#868259

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

Shades of Clay Creek #868259

Tints of Clay Creek #868259

Color information

#868259 (or 0x868259) is unknown color: approx Clay Creek. HEX triplet: 86, 82 and 59. RGB value is (134,130,89). Sum of RGB (Red+Green+Blue) = 134+130+89=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #868259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868259 is #797DA6. Grayscale: #7E7E7E. Windows color (decimal): -7962023 or 5866118. OLE color: 5866118.

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

Color convert

RGB13413089-
CMYK00.030.340.47
HSL54.67º20.18%43.73%-
HSV(B)54.67º33.58%52.55%-
XYZ19.6221.7512.62-
YUV126.52106.83133.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=37.96%
G=36.83%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341308900.030.340.4754.6720.1843.73
Hex86825903222F37142c
Octal206202131034257672454
Binary1000011010000010101100101110001010111111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868259; }

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

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

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

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

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

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

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

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