#867C57

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

Shades of Clay Creek #867C57

Tints of Clay Creek #867C57

Color information

#867C57 (or 0x867C57) is unknown color: approx Clay Creek. HEX triplet: 86, 7C and 57. RGB value is (134,124,87). Sum of RGB (Red+Green+Blue) = 134+124+87=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #867C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C57 is #7983A8. Grayscale: #7A7A7A. Windows color (decimal): -7963561 or 5733510. OLE color: 5733510.

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

Color convert

RGB13412487-
CMYK00.070.350.47
HSL47.23º21.27%43.33%-
HSV(B)47.23º35.07%52.55%-
XYZ18.7620.1711.92-
YUV122.77107.81136.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.84%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=38.84%
G=35.94%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341248700.070.350.4747.2321.2743.33
Hex867C5707232F2f152b
Octal206174127074357572553
Binary1000011011111001010111011110001110111110111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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