#B67410

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

Shades of Dark Goldenrod #B67410

Tints of Dark Goldenrod #B67410

Color information

#B67410 (or 0xB67410) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 74 and 10. RGB value is (182,116,16). Sum of RGB (Red+Green+Blue) = 182+116+16=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B67410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67410 is #498BEF. Grayscale: #7C7C7C. Windows color (decimal): -4819952 or 1078454. OLE color: 1078454.

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

Color convert

RGB18211616-
CMYK00.360.910.29
HSL36.14º83.84%38.82%-
HSV(B)36.14º91.21%71.37%-
XYZ25.6322.473.48-
YUV124.3366.87169.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.96%
GREEN value IS 116 (45.70% from 255) = 36.94%
BLUE value IS 16 (6.64% from 255) = 5.10%
R=57.96%
G=36.94%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821161600.360.910.2936.1483.8438.82
HexB674100245B1D245427
Octal26616420044133354412447
Binary1011011011101001000001001001011011111011001001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67410; }

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

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

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

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

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

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

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

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