#B66E10

Color #B66E10 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B66E10

Tints of Dark Goldenrod #B66E10

Color information

#B66E10 (or 0xB66E10) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 6E and 10. RGB value is (182,110,16). Sum of RGB (Red+Green+Blue) = 182+110+16=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66E10 is #4991EF. Grayscale: #797979. Windows color (decimal): -4821488 or 1076918. OLE color: 1076918.

HSL color Cylindrical-coordinate representation of color #B66E10: hue angle of 33.98º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B66E10 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB18211016-
CMYK00.400.910.29
HSL33.98º83.84%38.82%-
HSV(B)33.98º91.21%71.37%-
XYZ24.9621.133.25-
YUV120.8168.85171.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 110 (43.36% from 255) = 35.71%
BLUE value IS 16 (6.64% from 255) = 5.19%
R=59.09%
G=35.71%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821101600.400.910.2933.9883.8438.82
HexB66E100285B1D225427
Octal26615620050133354212447
Binary1011011011011101000001010001011011111011000101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E10; }

 p { color: rgb(182,110,16); }

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

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

 a { background-color: rgb(182,110,16); }

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

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

 span { border-color: rgb(182,110,16); }

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