#867F58

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

Shades of Clay Creek #867F58

Tints of Clay Creek #867F58

Color information

#867F58 (or 0x867F58) is unknown color: approx Clay Creek. HEX triplet: 86, 7F and 58. RGB value is (134,127,88). Sum of RGB (Red+Green+Blue) = 134+127+88=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F58 is #7980A7. Grayscale: #7C7C7C. Windows color (decimal): -7962792 or 5799814. OLE color: 5799814.

HSL color Cylindrical-coordinate representation of color #867F58: hue angle of 50.87º degrees, saturation: 0.21, 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 #867F58 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB13412788-
CMYK00.050.340.47
HSL50.87º20.72%43.53%-
HSV(B)50.87º34.33%52.55%-
XYZ19.1820.9512.27-
YUV124.65107.32134.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 127 (50% from 255) = 36.39%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=38.40%
G=36.39%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341278800.050.340.4750.8720.7243.53
Hex867F5805222F33152c
Octal206177130054257632554
Binary1000011011111111011000010110001010111111001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867F58; }

 p { color: rgb(134,127,88); }

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

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

 a { background-color: rgb(134,127,88); }

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

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

 span { border-color: rgb(134,127,88); }

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