#868049

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

Shades of Clay Creek #868049

Tints of Clay Creek #868049

Color information

#868049 (or 0x868049) is unknown color: approx Clay Creek. HEX triplet: 86, 80 and 49. RGB value is (134,128,73). Sum of RGB (Red+Green+Blue) = 134+128+73=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #868049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868049 is #797FB6. Grayscale: #7B7B7B. Windows color (decimal): -7962551 or 4817030. OLE color: 4817030.

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

Color convert

RGB13412873-
CMYK00.040.460.47
HSL54.1º29.47%40.59%-
HSV(B)54.1º45.52%52.55%-
XYZ18.7520.999.37-
YUV123.5299.49135.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=40%
G=38.21%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341287300.040.460.4754.129.4740.59
Hex868049042E2F361d29
Octal206200111045657663551
Binary10000110100000001001001010010111010111111011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868049; }

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

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

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

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

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

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

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

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