#867A47

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

Shades of Clay Creek #867A47

Tints of Clay Creek #867A47

Color information

#867A47 (or 0x867A47) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 47. RGB value is (134,122,71). Sum of RGB (Red+Green+Blue) = 134+122+71=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #867A47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A47 is #7985B8. Grayscale: #777777. Windows color (decimal): -7964089 or 4684422. OLE color: 4684422.

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

Color convert

RGB13412271-
CMYK00.090.470.47
HSL48.57º30.73%40.2%-
HSV(B)48.57º47.01%52.55%-
XYZ17.9319.448.77-
YUV119.77100.48138.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 122 (48.05% from 255) = 37.31%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=40.98%
G=37.31%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341227100.090.470.4748.5730.7340.2
Hex867A47092F2F311f28
Octal2061721070115757613750
Binary10000110111101010001110100110111110111111000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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