#B6740A

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

Shades of Dark Goldenrod #B6740A

Tints of Dark Goldenrod #B6740A

Color information

#B6740A (or 0xB6740A) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 74 and 0A. RGB value is (182,116,10). Sum of RGB (Red+Green+Blue) = 182+116+10=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B6740A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6740A is #498BF5. Grayscale: #7C7C7C. Windows color (decimal): -4819958 or 685238. OLE color: 685238.

HSL color Cylindrical-coordinate representation of color #B6740A: hue angle of 36.98º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6740A is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB18211610-
CMYK00.360.950.29
HSL36.98º89.58%37.65%-
HSV(B)36.98º94.51%71.37%-
XYZ25.5922.463.27-
YUV123.6563.87169.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.09%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 10 (4.30% from 255) = 3.25%
R=59.09%
G=37.66%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821161000.360.950.2936.9889.5837.65
HexB674A0245F1D255a26
Octal26616412044137354513246
Binary101101101110100101001001001011111111011001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6740A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6740A; }

 p { color: rgb(182,116,10); }

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

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

 a { background-color: rgb(182,116,10); }

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

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

 span { border-color: rgb(182,116,10); }

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