#86824F

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

Shades of Clay Creek #86824F

Tints of Clay Creek #86824F

Color information

#86824F (or 0x86824F) is unknown color: approx Clay Creek. HEX triplet: 86, 82 and 4F. RGB value is (134,130,79). Sum of RGB (Red+Green+Blue) = 134+130+79=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #86824F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86824F is #797DB0. Grayscale: #7D7D7D. Windows color (decimal): -7962033 or 5210758. OLE color: 5210758.

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

Color convert

RGB13413079-
CMYK00.030.410.47
HSL55.64º25.82%41.76%-
HSV(B)55.64º41.04%52.55%-
XYZ19.2321.610.55-
YUV125.38101.83134.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=39.07%
G=37.90%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341307900.030.410.4755.6425.8241.76
Hex86824F03292F381a2a
Octal206202117035157703252
Binary1000011010000010100111101110100110111111100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86824F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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