#B68406

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

Shades of Dark Goldenrod #B68406

Tints of Dark Goldenrod #B68406

Color information

#B68406 (or 0xB68406) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 84 and 06. RGB value is (182,132,6). Sum of RGB (Red+Green+Blue) = 182+132+6=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B68406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68406 is #497BF9. Grayscale: #858585. Windows color (decimal): -4815866 or 427190. OLE color: 427190.

HSL color Cylindrical-coordinate representation of color #B68406: hue angle of 42.95º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B68406 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1821326-
CMYK00.270.970.29
HSL42.95º93.62%36.86%-
HSV(B)42.95º96.7%71.37%-
XYZ27.5826.463.83-
YUV132.5956.56163.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56.88%
GREEN value IS 132 (51.95% from 255) = 41.25%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=56.88%
G=41.25%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182132600.270.970.2942.9593.6236.86
HexB684601B611D2b5e25
Octal2662046033141355313645
Binary10110110100001001100110111100001111011010111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68406; }

 p { color: rgb(182,132,6); }

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

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

 a { background-color: rgb(182,132,6); }

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

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

 span { border-color: rgb(182,132,6); }

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