#B68306

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

Shades of Dark Goldenrod #B68306

Tints of Dark Goldenrod #B68306

Color information

#B68306 (or 0xB68306) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 83 and 06. RGB value is (182,131,6). Sum of RGB (Red+Green+Blue) = 182+131+6=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B68306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68306 is #497CF9. Grayscale: #848484. Windows color (decimal): -4816122 or 426934. OLE color: 426934.

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

Color convert

RGB1821316-
CMYK00.280.970.29
HSL42.61º93.62%36.86%-
HSV(B)42.61º96.7%71.37%-
XYZ27.4426.193.78-
YUV13256.9163.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.05%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=57.05%
G=41.07%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182131600.280.970.2942.6193.6236.86
HexB683601C611D2b5e25
Octal2662036034141355313645
Binary10110110100000111100111001100001111011010111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68306; }

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

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

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

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

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

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

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

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