#866407

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

Shades of Golden Brown #866407

Tints of Golden Brown #866407

Color information

#866407 (or 0x866407) is unknown color: approx Golden Brown. HEX triplet: 86, 64 and 07. RGB value is (134,100,7). Sum of RGB (Red+Green+Blue) = 134+100+7=241 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.60% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 134 - color contains mainly: red. Hex color #866407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866407 is #799BF8. Grayscale: #636363. Windows color (decimal): -7969785 or 484486. OLE color: 484486.

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

Color convert

RGB1341007-
CMYK00.250.950.47
HSL43.94º90.07%27.65%-
HSV(B)43.94º94.78%52.55%-
XYZ14.4314.22.18-
YUV99.5675.76152.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.60%
GREEN value IS 100 (39.45% from 255) = 41.49%
BLUE value IS 7 (3.12% from 255) = 2.90%
R=55.60%
G=41.49%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134100700.250.950.4743.9490.0727.65
Hex866470195F2F2c5a1c
Octal2061447031137575413234
Binary1000011011001001110110011011111101111101100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866407; }

 p { color: rgb(134,100,7); }

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

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

 a { background-color: rgb(134,100,7); }

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

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

 span { border-color: rgb(134,100,7); }

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