#A6790B

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

Shades of Dark Goldenrod #A6790B

Tints of Dark Goldenrod #A6790B

Color information

#A6790B (or 0xA6790B) is unknown color: approx Dark Goldenrod. HEX triplet: A6, 79 and 0B. RGB value is (166,121,11). Sum of RGB (Red+Green+Blue) = 166+121+11=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A6790B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6790B is #5986F4. Grayscale: #7A7A7A. Windows color (decimal): -5867253 or 752038. OLE color: 752038.

HSL color Cylindrical-coordinate representation of color #A6790B: hue angle of 42.58º 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 #A6790B is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16612111-
CMYK00.270.930.35
HSL42.58º87.57%34.71%-
HSV(B)42.58º93.37%65.1%-
XYZ22.6221.813.33-
YUV121.9265.41159.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.70%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=55.70%
G=40.60%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661211100.270.930.3542.5887.5734.71
HexA679B01B5D232b5823
Octal24617113033135435313043
Binary101001101111001101101101110111011000111010111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6790B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6790B; }

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

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

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

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

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

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

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

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