#86794F

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

Shades of Clay Creek #86794F

Tints of Clay Creek #86794F

Color information

#86794F (or 0x86794F) is unknown color: approx Clay Creek. HEX triplet: 86, 79 and 4F. RGB value is (134,121,79). Sum of RGB (Red+Green+Blue) = 134+121+79=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #86794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86794F is #7986B0. Grayscale: #787878. Windows color (decimal): -7964337 or 5208454. OLE color: 5208454.

HSL color Cylindrical-coordinate representation of color #86794F: hue angle of 45.82º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86794F is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13412179-
CMYK00.100.410.47
HSL45.82º25.82%41.76%-
HSV(B)45.82º41.04%52.55%-
XYZ18.0819.3110.17-
YUV120.1104.81137.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 79 (31.25% from 255) = 23.65%
R=40.12%
G=36.23%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341217900.100.410.4745.8225.8241.76
Hex86794F0A292F2e1a2a
Octal2061711170125157563252
Binary10000110111100110011110101010100110111110111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86794F; }

 p { color: rgb(134,121,79); }

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

<style>
 a { background-color: #86794F; }

 a { background-color: rgb(134,121,79); }

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

<style>
 span { border-color: #86794F; }

 span { border-color: rgb(134,121,79); }

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