#86804A

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

Shades of Clay Creek #86804A

Tints of Clay Creek #86804A

Color information

#86804A (or 0x86804A) is unknown color: approx Clay Creek. HEX triplet: 86, 80 and 4A. RGB value is (134,128,74). Sum of RGB (Red+Green+Blue) = 134+128+74=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #86804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86804A is #797FB5. Grayscale: #7B7B7B. Windows color (decimal): -7962550 or 4882566. OLE color: 4882566.

HSL color Cylindrical-coordinate representation of color #86804A: hue angle of 54º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86804A is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13412874-
CMYK00.040.450.47
HSL54º28.85%40.78%-
HSV(B)54º44.78%52.55%-
XYZ18.79219.54-
YUV123.6499.99135.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 74 (29.30% from 255) = 22.02%
R=39.88%
G=38.10%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341287400.040.450.475428.8540.78
Hex86804A042D2F361d29
Octal206200112045557663551
Binary10000110100000001001010010010110110111111011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86804A; }

 p { color: rgb(134,128,74); }

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

<style>
 a { background-color: #86804A; }

 a { background-color: rgb(134,128,74); }

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

<style>
 span { border-color: #86804A; }

 span { border-color: rgb(134,128,74); }

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