#868256

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

Shades of Clay Creek #868256

Tints of Clay Creek #868256

Color information

#868256 (or 0x868256) is unknown color: approx Clay Creek. HEX triplet: 86, 82 and 56. RGB value is (134,130,86). Sum of RGB (Red+Green+Blue) = 134+130+86=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #868256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868256 is #797DA9. Grayscale: #7E7E7E. Windows color (decimal): -7962026 or 5669510. OLE color: 5669510.

HSL color Cylindrical-coordinate representation of color #868256: hue angle of 55º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #868256 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13413086-
CMYK00.030.360.47
HSL55º21.82%43.14%-
HSV(B)55º35.82%52.55%-
XYZ19.4921.7111.97-
YUV126.18105.33133.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=38.29%
G=37.14%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341308600.030.360.475521.8243.14
Hex86825603242F37162b
Octal206202126034457672653
Binary1000011010000010101011001110010010111111011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868256; }

 p { color: rgb(134,130,86); }

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

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

 a { background-color: rgb(134,130,86); }

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

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

 span { border-color: rgb(134,130,86); }

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