#86784E

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

Shades of Clay Creek #86784E

Tints of Clay Creek #86784E

Color information

#86784E (or 0x86784E) is unknown color: approx Clay Creek. HEX triplet: 86, 78 and 4E. RGB value is (134,120,78). Sum of RGB (Red+Green+Blue) = 134+120+78=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #86784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86784E is #7987B1. Grayscale: #777777. Windows color (decimal): -7964594 or 5142662. OLE color: 5142662.

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

Color convert

RGB13412078-
CMYK00.100.420.47
HSL45º26.42%41.57%-
HSV(B)45º41.79%52.55%-
XYZ17.9219.059.94-
YUV119.4104.64138.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 78 (30.86% from 255) = 23.49%
R=40.36%
G=36.14%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341207800.100.420.474526.4241.57
Hex86784E0A2A2F2d1a2a
Octal2061701160125257553252
Binary10000110111100010011100101010101010111110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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