#867D47

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

Shades of Clay Creek #867D47

Tints of Clay Creek #867D47

Color information

#867D47 (or 0x867D47) is unknown color: approx Clay Creek. HEX triplet: 86, 7D and 47. RGB value is (134,125,71). Sum of RGB (Red+Green+Blue) = 134+125+71=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #867D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D47 is #7982B8. Grayscale: #797979. Windows color (decimal): -7963321 or 4685190. OLE color: 4685190.

HSL color Cylindrical-coordinate representation of color #867D47: hue angle of 51.43º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #867D47 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13412571-
CMYK00.070.470.47
HSL51.43º30.73%40.2%-
HSV(B)51.43º47.01%52.55%-
XYZ18.320.198.89-
YUV121.5499.48136.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 125 (49.22% from 255) = 37.88%
BLUE value IS 71 (28.12% from 255) = 21.52%
R=40.61%
G=37.88%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341257100.070.470.4751.4330.7340.2
Hex867D47072F2F331f28
Octal206175107075757633750
Binary1000011011111011000111011110111110111111001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,71); }

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

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

 a { background-color: rgb(134,125,71); }

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

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

 span { border-color: rgb(134,125,71); }

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