#867B47

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

Shades of Clay Creek #867B47

Tints of Clay Creek #867B47

Color information

#867B47 (or 0x867B47) is unknown color: approx Clay Creek. HEX triplet: 86, 7B and 47. RGB value is (134,123,71). Sum of RGB (Red+Green+Blue) = 134+123+71=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #867B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867B47 is #7984B8. Grayscale: #787878. Windows color (decimal): -7963833 or 4684678. OLE color: 4684678.

HSL color Cylindrical-coordinate representation of color #867B47: hue angle of 49.52º 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 #867B47 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13412371-
CMYK00.080.470.47
HSL49.52º30.73%40.2%-
HSV(B)49.52º47.01%52.55%-
XYZ18.0519.698.81-
YUV120.36100.14137.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=40.85%
G=37.5%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341237100.080.470.4749.5230.7340.2
Hex867B47082F2F321f28
Octal2061731070105757623750
Binary10000110111101110001110100010111110111111001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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