#B97606

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

Shades of Dark Goldenrod #B97606

Tints of Dark Goldenrod #B97606

Color information

#B97606 (or 0xB97606) is unknown color: approx Dark Goldenrod. HEX triplet: B9, 76 and 06. RGB value is (185,118,6). Sum of RGB (Red+Green+Blue) = 185+118+6=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B97606 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97606 is #4689F9. Grayscale: #7D7D7D. Windows color (decimal): -4622842 or 423609. OLE color: 423609.

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

Color convert

RGB1851186-
CMYK00.360.970.27
HSL37.54º93.72%37.45%-
HSV(B)37.54º96.76%72.55%-
XYZ26.5223.283.27-
YUV125.2660.7170.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.87%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=59.87%
G=38.19%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185118600.360.970.2737.5493.7237.45
HexB9766024611B265e25
Octal2711666044141334613645
Binary10111001111011011001001001100001110111001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97606; }

 p { color: rgb(185,118,6); }

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

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

 a { background-color: rgb(185,118,6); }

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

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

 span { border-color: rgb(185,118,6); }

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