#866008

Color #866008 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #866008

Tints of Golden Brown #866008

Color information

#866008 (or 0x866008) is unknown color: approx Golden Brown. HEX triplet: 86, 60 and 08. RGB value is (134,96,8). Sum of RGB (Red+Green+Blue) = 134+96+8=238 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.30% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 134 - color contains mainly: red. Hex color #866008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866008 is #799FF7. Grayscale: #616161. Windows color (decimal): -7970808 or 548998. OLE color: 548998.

HSL color Cylindrical-coordinate representation of color #866008: hue angle of 41.9º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #866008 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.47.

Color convert

RGB134968-
CMYK00.280.940.47
HSL41.9º88.73%27.84%-
HSV(B)41.9º94.03%52.55%-
XYZ14.0613.452.09-
YUV97.3377.59154.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.30%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 8 (3.52% from 255) = 3.36%
R=56.30%
G=40.34%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13496800.280.940.4741.988.7327.84
Hex8660801C5E2F2a591c
Octal20614010034136575213134
Binary10000110110000010000111001011110101111101010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866008; }

 p { color: rgb(134,96,8); }

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

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

 a { background-color: rgb(134,96,8); }

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

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

 span { border-color: rgb(134,96,8); }

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