#867A49

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

Shades of Clay Creek #867A49

Tints of Clay Creek #867A49

Color information

#867A49 (or 0x867A49) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 49. RGB value is (134,122,73). Sum of RGB (Red+Green+Blue) = 134+122+73=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #867A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A49 is #7985B6. Grayscale: #787878. Windows color (decimal): -7964087 or 4815494. OLE color: 4815494.

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

Color convert

RGB13412273-
CMYK00.090.460.47
HSL48.2º29.47%40.59%-
HSV(B)48.2º45.52%52.55%-
XYZ17.9919.479.11-
YUV120101.48137.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 122 (48.05% from 255) = 37.08%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=40.73%
G=37.08%
B=22.19%

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
Decimal1341227300.090.460.4748.229.4740.59
Hex867A49092E2F301d29
Octal2061721110115657603551
Binary10000110111101010010010100110111010111111000011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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