#86784F

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

Shades of Clay Creek #86784F

Tints of Clay Creek #86784F

Color information

#86784F (or 0x86784F) is unknown color: approx Clay Creek. HEX triplet: 86, 78 and 4F. RGB value is (134,120,79). Sum of RGB (Red+Green+Blue) = 134+120+79=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #86784F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86784F is #7987B0. Grayscale: #777777. Windows color (decimal): -7964593 or 5208198. OLE color: 5208198.

HSL color Cylindrical-coordinate representation of color #86784F: hue angle of 44.73º 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 #86784F is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13412079-
CMYK00.100.410.47
HSL44.73º25.82%41.76%-
HSV(B)44.73º41.04%52.55%-
XYZ17.9619.0710.13-
YUV119.51105.14138.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.24%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=40.24%
G=36.04%
B=23.72%

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
Decimal1341207900.100.410.4744.7325.8241.76
Hex86784F0A292F2d1a2a
Octal2061701170125157553252
Binary10000110111100010011110101010100110111110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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