#86794D

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

Shades of Clay Creek #86794D

Tints of Clay Creek #86794D

Color information

#86794D (or 0x86794D) is unknown color: approx Clay Creek. HEX triplet: 86, 79 and 4D. RGB value is (134,121,77). Sum of RGB (Red+Green+Blue) = 134+121+77=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #86794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86794D is #7986B2. Grayscale: #787878. Windows color (decimal): -7964339 or 5077382. OLE color: 5077382.

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

Color convert

RGB13412177-
CMYK00.100.430.47
HSL46.32º27.01%41.37%-
HSV(B)46.32º42.54%52.55%-
XYZ18.0119.289.79-
YUV119.87103.81138.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=40.36%
G=36.45%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341217700.100.430.4746.3227.0141.37
Hex86794D0A2B2F2e1b29
Octal2061711150125357563351
Binary10000110111100110011010101010101110111110111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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