#867C5E

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

Shades of Clay Creek #867C5E

Tints of Clay Creek #867C5E

Color information

#867C5E (or 0x867C5E) is unknown color: approx Clay Creek. HEX triplet: 86, 7C and 5E. RGB value is (134,124,94). Sum of RGB (Red+Green+Blue) = 134+124+94=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C5E is #7983A1. Grayscale: #7B7B7B. Windows color (decimal): -7963554 or 6192262. OLE color: 6192262.

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

Color convert

RGB13412494-
CMYK00.070.300.47
HSL45º17.54%44.71%-
HSV(B)45º29.85%52.55%-
XYZ19.0620.2913.5-
YUV123.57111.31135.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 124 (48.83% from 255) = 35.23%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=38.07%
G=35.23%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341249400.070.300.474517.5444.71
Hex867C5E071E2F2d122d
Octal206174136073657552255
Binary100001101111100101111001111111010111110110110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,124,94); }

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

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

 a { background-color: rgb(134,124,94); }

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

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

 span { border-color: rgb(134,124,94); }

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