#868157

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

Shades of Clay Creek #868157

Tints of Clay Creek #868157

Color information

#868157 (or 0x868157) is unknown color: approx Clay Creek. HEX triplet: 86, 81 and 57. RGB value is (134,129,87). Sum of RGB (Red+Green+Blue) = 134+129+87=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #868157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868157 is #797EA8. Grayscale: #7D7D7D. Windows color (decimal): -7962281 or 5734790. OLE color: 5734790.

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

Color convert

RGB13412987-
CMYK00.040.350.47
HSL53.62º21.27%43.33%-
HSV(B)53.62º35.07%52.55%-
XYZ19.421.4612.14-
YUV125.71106.16133.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=38.29%
G=36.86%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341298700.040.350.4753.6221.2743.33
Hex86815704232F36152b
Octal206201127044357662553
Binary10000110100000011010111010010001110111111011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868157; }

 p { color: rgb(134,129,87); }

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

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

 a { background-color: rgb(134,129,87); }

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

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

 span { border-color: rgb(134,129,87); }

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