#B6750A

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

Shades of Dark Goldenrod #B6750A

Tints of Dark Goldenrod #B6750A

Color information

#B6750A (or 0xB6750A) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 75 and 0A. RGB value is (182,117,10). Sum of RGB (Red+Green+Blue) = 182+117+10=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B6750A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6750A is #498AF5. Grayscale: #7C7C7C. Windows color (decimal): -4819702 or 685494. OLE color: 685494.

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

Color convert

RGB18211710-
CMYK00.360.950.29
HSL37.33º89.58%37.65%-
HSV(B)37.33º94.51%71.37%-
XYZ25.7122.693.31-
YUV124.2463.53169.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 58.90%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 10 (4.30% from 255) = 3.24%
R=58.90%
G=37.86%
B=3.24%

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
Decimal1821171000.360.950.2937.3389.5837.65
HexB675A0245F1D255a26
Octal26616512044137354513246
Binary101101101110101101001001001011111111011001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6750A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6750A; }

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

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

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

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

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

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

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

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