#B79606

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

Shades of Dark Goldenrod #B79606

Tints of Dark Goldenrod #B79606

Color information

#B79606 (or 0xB79606) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 96 and 06. RGB value is (183,150,6). Sum of RGB (Red+Green+Blue) = 183+150+6=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 150 (58.98% from 255 or 44.25% from 339); Blue value is 6 (2.73% from 255 or 1.77% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B79606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B79606 is #4869F9. Grayscale: #909090. Windows color (decimal): -4745722 or 431799. OLE color: 431799.

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

Color convert

RGB1831506-
CMYK00.180.970.28
HSL48.81º93.65%37.06%-
HSV(B)48.81º96.72%71.76%-
XYZ30.4731.894.72-
YUV143.4550.43156.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 150 (58.98% from 255) = 44.25%
BLUE value IS 6 (2.73% from 255) = 1.77%
R=53.98%
G=44.25%
B=1.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183150600.180.970.2848.8193.6537.06
HexB7966012611C315e25
Octal2672266022141346113645
Binary10110111100101101100100101100001111001100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79606; }

 p { color: rgb(183,150,6); }

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

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

 a { background-color: rgb(183,150,6); }

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

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

 span { border-color: rgb(183,150,6); }

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