#867A5B

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

Shades of Clay Creek #867A5B

Tints of Clay Creek #867A5B

Color information

#867A5B (or 0x867A5B) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 5B. RGB value is (134,122,91). Sum of RGB (Red+Green+Blue) = 134+122+91=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #867A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A5B is #7985A4. Grayscale: #7A7A7A. Windows color (decimal): -7964069 or 5995142. OLE color: 5995142.

HSL color Cylindrical-coordinate representation of color #867A5B: hue angle of 43.26º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #867A5B is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB13412291-
CMYK00.090.320.47
HSL43.26º19.11%44.12%-
HSV(B)43.26º32.09%52.55%-
XYZ18.6819.7412.72-
YUV122.05110.48136.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 122 (48.05% from 255) = 35.16%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=38.62%
G=35.16%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341229100.090.320.4743.2619.1144.12
Hex867A5B09202F2b132c
Octal2061721330114057532354
Binary10000110111101010110110100110000010111110101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,122,91); }

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

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

 a { background-color: rgb(134,122,91); }

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

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

 span { border-color: rgb(134,122,91); }

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