#867B57

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

Shades of Clay Creek #867B57

Tints of Clay Creek #867B57

Color information

#867B57 (or 0x867B57) is unknown color: approx Clay Creek. HEX triplet: 86, 7B and 57. RGB value is (134,123,87). Sum of RGB (Red+Green+Blue) = 134+123+87=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #867B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B57 is #7984A8. Grayscale: #7A7A7A. Windows color (decimal): -7963817 or 5733254. OLE color: 5733254.

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

Color convert

RGB13412387-
CMYK00.080.350.47
HSL45.96º21.27%43.33%-
HSV(B)45.96º35.07%52.55%-
XYZ18.6319.9211.88-
YUV122.18108.14136.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=38.95%
G=35.76%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341238700.080.350.4745.9621.2743.33
Hex867B5708232F2e152b
Octal2061731270104357562553
Binary10000110111101110101110100010001110111110111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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