#867F55

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

Shades of Clay Creek #867F55

Tints of Clay Creek #867F55

Color information

#867F55 (or 0x867F55) is unknown color: approx Clay Creek. HEX triplet: 86, 7F and 55. RGB value is (134,127,85). Sum of RGB (Red+Green+Blue) = 134+127+85=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #867F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867F55 is #7980AA. Grayscale: #7C7C7C. Windows color (decimal): -7962795 or 5603206. OLE color: 5603206.

HSL color Cylindrical-coordinate representation of color #867F55: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #867F55 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13412785-
CMYK00.050.370.47
HSL51.43º22.37%42.94%-
HSV(B)51.43º36.57%52.55%-
XYZ19.0620.911.62-
YUV124.3105.82134.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 127 (50% from 255) = 36.71%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=38.73%
G=36.71%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341278500.050.370.4751.4322.3742.94
Hex867F5505252F33162b
Octal206177125054557632653
Binary1000011011111111010101010110010110111111001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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