#868356

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

Shades of Clay Creek #868356

Tints of Clay Creek #868356

Color information

#868356 (or 0x868356) is unknown color: approx Clay Creek. HEX triplet: 86, 83 and 56. RGB value is (134,131,86). Sum of RGB (Red+Green+Blue) = 134+131+86=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #868356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868356 is #797CA9. Grayscale: #7E7E7E. Windows color (decimal): -7961770 or 5669766. OLE color: 5669766.

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

Color convert

RGB13413186-
CMYK00.020.360.47
HSL56.25º21.82%43.14%-
HSV(B)56.25º35.82%52.55%-
XYZ19.6321.9712.01-
YUV126.77104.99133.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=38.18%
G=37.32%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341318600.020.360.4756.2521.8243.14
Hex86835602242F38162b
Octal206203126024457702653
Binary1000011010000011101011001010010010111111100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868356; }

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

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

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

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

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

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

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

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