#867E47

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

Shades of Clay Creek #867E47

Tints of Clay Creek #867E47

Color information

#867E47 (or 0x867E47) is unknown color: approx Clay Creek. HEX triplet: 86, 7E and 47. RGB value is (134,126,71). Sum of RGB (Red+Green+Blue) = 134+126+71=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #867E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867E47 is #7981B8. Grayscale: #7A7A7A. Windows color (decimal): -7963065 or 4685446. OLE color: 4685446.

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

Color convert

RGB13412671-
CMYK00.060.470.47
HSL52.38º30.73%40.2%-
HSV(B)52.38º47.01%52.55%-
XYZ18.4320.448.94-
YUV122.1299.15136.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 126 (49.61% from 255) = 38.07%
BLUE value IS 71 (28.12% from 255) = 21.45%
R=40.48%
G=38.07%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341267100.060.470.4752.3830.7340.2
Hex867E47062F2F341f28
Octal206176107065757643750
Binary1000011011111101000111011010111110111111010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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