#B69606

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

Shades of Dark Goldenrod #B69606

Tints of Dark Goldenrod #B69606

Color information

#B69606 (or 0xB69606) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 96 and 06. RGB value is (182,150,6). Sum of RGB (Red+Green+Blue) = 182+150+6=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B69606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69606 is #4969F9. Grayscale: #8F8F8F. Windows color (decimal): -4811258 or 431798. OLE color: 431798.

HSL color Cylindrical-coordinate representation of color #B69606: hue angle of 49.09º 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 #B69606 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1821506-
CMYK00.180.970.29
HSL49.09º93.62%36.86%-
HSV(B)49.09º96.7%71.37%-
XYZ30.2331.774.71-
YUV143.1550.6155.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.85%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=53.85%
G=44.38%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182150600.180.970.2949.0993.6236.86
HexB6966012611D315e25
Octal2662266022141356113645
Binary10110110100101101100100101100001111011100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69606; }

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

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

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

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

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

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

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

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