#868257

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

Shades of Clay Creek #868257

Tints of Clay Creek #868257

Color information

#868257 (or 0x868257) is unknown color: approx Clay Creek. HEX triplet: 86, 82 and 57. RGB value is (134,130,87). Sum of RGB (Red+Green+Blue) = 134+130+87=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #868257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868257 is #797DA8. Grayscale: #7E7E7E. Windows color (decimal): -7962025 or 5735046. OLE color: 5735046.

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

Color convert

RGB13413087-
CMYK00.030.350.47
HSL54.89º21.27%43.33%-
HSV(B)54.89º35.07%52.55%-
XYZ19.5321.7212.18-
YUV126.29105.83133.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=38.18%
G=37.04%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341308700.030.350.4754.8921.2743.33
Hex86825703232F37152b
Octal206202127034357672553
Binary1000011010000010101011101110001110111111011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868257; }

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

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

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

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

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

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

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

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