#867F57

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

Shades of Clay Creek #867F57

Tints of Clay Creek #867F57

Color information

#867F57 (or 0x867F57) is unknown color: approx Clay Creek. HEX triplet: 86, 7F and 57. RGB value is (134,127,87). Sum of RGB (Red+Green+Blue) = 134+127+87=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #867F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F57 is #7980A8. Grayscale: #7C7C7C. Windows color (decimal): -7962793 or 5734278. OLE color: 5734278.

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

Color convert

RGB13412787-
CMYK00.050.350.47
HSL51.06º21.27%43.33%-
HSV(B)51.06º35.07%52.55%-
XYZ19.1420.9412.05-
YUV124.53106.82134.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 127 (50% from 255) = 36.49%
BLUE value IS 87 (34.38% from 255) = 25%
R=38.51%
G=36.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341278700.050.350.4751.0621.2743.33
Hex867F5705232F33152b
Octal206177127054357632553
Binary1000011011111111010111010110001110111111001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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