#B6810E

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

Shades of Dark Goldenrod #B6810E

Tints of Dark Goldenrod #B6810E

Color information

#B6810E (or 0xB6810E) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 81 and 0E. RGB value is (182,129,14). Sum of RGB (Red+Green+Blue) = 182+129+14=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6810E is #497EF1. Grayscale: #848484. Windows color (decimal): -4816626 or 950710. OLE color: 950710.

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

Color convert

RGB18212914-
CMYK00.290.920.29
HSL41.07º85.71%38.43%-
HSV(B)41.07º92.31%71.37%-
XYZ27.2225.683.94-
YUV131.7461.56163.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 14 (5.86% from 255) = 4.31%
R=56%
G=39.69%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821291400.290.920.2941.0785.7138.43
HexB681E01D5C1D295626
Octal26620116035134355112646
Binary101101101000000111100111011011100111011010011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6810E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6810E; }

 p { color: rgb(182,129,14); }

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

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

 a { background-color: rgb(182,129,14); }

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

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

 span { border-color: rgb(182,129,14); }

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