#867E5D

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

Shades of Clay Creek #867E5D

Tints of Clay Creek #867E5D

Color information

#867E5D (or 0x867E5D) is unknown color: approx Clay Creek. HEX triplet: 86, 7E and 5D. RGB value is (134,126,93). Sum of RGB (Red+Green+Blue) = 134+126+93=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E5D is #7981A2. Grayscale: #7C7C7C. Windows color (decimal): -7963043 or 6127238. OLE color: 6127238.

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

Color convert

RGB13412693-
CMYK00.060.310.47
HSL48.29º18.06%44.51%-
HSV(B)48.29º30.6%52.55%-
XYZ19.2720.7813.35-
YUV124.63110.15134.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 126 (49.61% from 255) = 35.69%
BLUE value IS 93 (36.72% from 255) = 26.35%
R=37.96%
G=35.69%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341269300.060.310.4748.2918.0644.51
Hex867E5D061F2F30122d
Octal206176135063757602255
Binary100001101111110101110101101111110111111000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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