#B66E0C

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

Shades of Dark Goldenrod #B66E0C

Tints of Dark Goldenrod #B66E0C

Color information

#B66E0C (or 0xB66E0C) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 6E and 0C. RGB value is (182,110,12). Sum of RGB (Red+Green+Blue) = 182+110+12=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66E0C is #4991F3. Grayscale: #787878. Windows color (decimal): -4821492 or 814774. OLE color: 814774.

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

Color convert

RGB18211012-
CMYK00.400.930.29
HSL34.59º87.63%38.04%-
HSV(B)34.59º93.41%71.37%-
XYZ24.9321.123.11-
YUV120.3666.85171.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 12 (5.08% from 255) = 3.95%
R=59.87%
G=36.18%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821101200.400.930.2934.5987.6338.04
HexB66EC0285D1D235826
Octal26615614050135354313046
Binary101101101101110110001010001011101111011000111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E0C; }

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

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

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

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

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

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

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

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