#867A5D

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

Shades of Clay Creek #867A5D

Tints of Clay Creek #867A5D

Color information

#867A5D (or 0x867A5D) is unknown color: approx Clay Creek. HEX triplet: 86, 7A and 5D. RGB value is (134,122,93). Sum of RGB (Red+Green+Blue) = 134+122+93=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #867A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A5D is #7985A2. Grayscale: #7A7A7A. Windows color (decimal): -7964067 or 6126214. OLE color: 6126214.

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

Color convert

RGB13412293-
CMYK00.090.310.47
HSL42.44º18.06%44.51%-
HSV(B)42.44º30.6%52.55%-
XYZ18.7719.7813.18-
YUV122.28111.48136.36-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.40%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 93 (36.72% from 255) = 26.65%
R=38.40%
G=34.96%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341229300.090.310.4742.4418.0644.51
Hex867A5D091F2F2a122d
Octal2061721350113757522255
Binary1000011011110101011101010011111110111110101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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