#86824E

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

Shades of Clay Creek #86824E

Tints of Clay Creek #86824E

Color information

#86824E (or 0x86824E) is unknown color: approx Clay Creek. HEX triplet: 86, 82 and 4E. RGB value is (134,130,78). Sum of RGB (Red+Green+Blue) = 134+130+78=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #86824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86824E is #797DB1. Grayscale: #7D7D7D. Windows color (decimal): -7962034 or 5145222. OLE color: 5145222.

HSL color Cylindrical-coordinate representation of color #86824E: hue angle of 55.71º 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 #86824E is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13413078-
CMYK00.030.420.47
HSL55.71º26.42%41.57%-
HSV(B)55.71º41.79%52.55%-
XYZ19.1921.5810.36-
YUV125.27101.33134.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=39.18%
G=38.01%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341307800.030.420.4755.7126.4241.57
Hex86824E032A2F381a2a
Octal206202116035257703252
Binary1000011010000010100111001110101010111111100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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