#867A48

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

Shades of Clay Creek #867A48

Tints of Clay Creek #867A48

Color information

#867A48 (or 0x867A48) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 48. RGB value is (134,122,72). Sum of RGB (Red+Green+Blue) = 134+122+72=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #867A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A48 is #7985B7. Grayscale: #787878. Windows color (decimal): -7964088 or 4749958. OLE color: 4749958.

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

Color convert

RGB13412272-
CMYK00.090.460.47
HSL48.39º30.1%40.39%-
HSV(B)48.39º46.27%52.55%-
XYZ17.9619.468.94-
YUV119.89100.98138.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=40.85%
G=37.20%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341227200.090.460.4748.3930.140.39
Hex867A48092E2F301e28
Octal2061721100115657603650
Binary10000110111101010010000100110111010111111000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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