#A6780B

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

Shades of Dark Goldenrod #A6780B

Tints of Dark Goldenrod #A6780B

Color information

#A6780B (or 0xA6780B) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 78 and 0B. RGB value is (166,120,11). Sum of RGB (Red+Green+Blue) = 166+120+11=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6780B is #5987F4. Grayscale: #797979. Windows color (decimal): -5867509 or 751782. OLE color: 751782.

HSL color Cylindrical-coordinate representation of color #A6780B: hue angle of 42.19º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6780B is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16612011-
CMYK00.280.930.35
HSL42.19º87.57%34.71%-
HSV(B)42.19º93.37%65.1%-
XYZ22.521.563.29-
YUV121.3365.74159.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 11 (4.69% from 255) = 3.70%
R=55.89%
G=40.40%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661201100.280.930.3542.1987.5734.71
HexA678B01C5D232a5823
Octal24617013034135435213043
Binary101001101111000101101110010111011000111010101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6780B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6780B; }

 p { color: rgb(166,120,11); }

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

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

 a { background-color: rgb(166,120,11); }

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

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

 span { border-color: rgb(166,120,11); }

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