#867D59

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

Shades of Clay Creek #867D59

Tints of Clay Creek #867D59

Color information

#867D59 (or 0x867D59) is unknown color: approx Clay Creek. HEX triplet: 86, 7D and 59. RGB value is (134,125,89). Sum of RGB (Red+Green+Blue) = 134+125+89=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #867D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D59 is #7982A6. Grayscale: #7B7B7B. Windows color (decimal): -7963303 or 5864838. OLE color: 5864838.

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

Color convert

RGB13412589-
CMYK00.070.340.47
HSL48º20.18%43.73%-
HSV(B)48º33.58%52.55%-
XYZ18.9720.4612.4-
YUV123.59108.48135.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 125 (49.22% from 255) = 35.92%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=38.51%
G=35.92%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341258900.070.340.474820.1843.73
Hex867D5907222F30142c
Octal206175131074257602454
Binary1000011011111011011001011110001010111111000010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,125,89); }

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

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

 a { background-color: rgb(134,125,89); }

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

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

 span { border-color: rgb(134,125,89); }

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