#867B55

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

Shades of Clay Creek #867B55

Tints of Clay Creek #867B55

Color information

#867B55 (or 0x867B55) is unknown color: approx Clay Creek. HEX triplet: 86, 7B and 55. RGB value is (134,123,85). Sum of RGB (Red+Green+Blue) = 134+123+85=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #867B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B55 is #7984AA. Grayscale: #7A7A7A. Windows color (decimal): -7963819 or 5602182. OLE color: 5602182.

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

Color convert

RGB13412385-
CMYK00.080.370.47
HSL46.53º22.37%42.94%-
HSV(B)46.53º36.57%52.55%-
XYZ18.5519.8911.46-
YUV121.96107.14136.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 123 (48.44% from 255) = 35.96%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=39.18%
G=35.96%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341238500.080.370.4746.5322.3742.94
Hex867B5508252F2f162b
Octal2061731250104557572653
Binary10000110111101110101010100010010110111110111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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