#867B49

Color #867B49 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #867B49

Tints of Clay Creek #867B49

Color information

#867B49 (or 0x867B49) is unknown color: approx Clay Creek. HEX triplet: 86, 7B and 49. RGB value is (134,123,73). Sum of RGB (Red+Green+Blue) = 134+123+73=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #867B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B49 is #7984B6. Grayscale: #787878. Windows color (decimal): -7963831 or 4815750. OLE color: 4815750.

HSL color Cylindrical-coordinate representation of color #867B49: hue angle of 49.18º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #867B49 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB13412373-
CMYK00.080.460.47
HSL49.18º29.47%40.59%-
HSV(B)49.18º45.52%52.55%-
XYZ18.1219.729.15-
YUV120.59101.14137.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=40.61%
G=37.27%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341237300.080.460.4749.1829.4740.59
Hex867B49082E2F311d29
Octal2061731110105657613551
Binary10000110111101110010010100010111010111111000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867B49; }

 p { color: rgb(134,123,73); }

 H1.HeaderClassName
 {
   color: #867B49;
 }
 .AnyTagClassName
 {
   color: #867B49;
 }
</style>
background-color css

<style>
 a { background-color: #867B49; }

 a { background-color: rgb(134,123,73); }

 div.DivClassName
 {
   background-color: #867B49;
 }
 .BgClassName
 {
   background-color: #867B49;
 }
</style>
border-color css

<style>
 span { border-color: #867B49; }

 span { border-color: rgb(134,123,73); }

 td.TdClassName
 {
   border-color: #867B49;
 }
 .TagClassName
 {
   border-color: #867B49;
 }
</style>