Html Css Color HEX #A6780D Dark Goldenrod

📋 copy color: '#A6780D'

red 166 ◦ green 120 ◦ blue 13

#A6780D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A6780D

Tints of Dark Goldenrod #A6780D

RGB

 RED value IS 166 (65.23% from 255) = 55.52%

 GREEN value IS 120 (47.27% from 255) = 40.13%

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 55.52%
G = 40.13%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6780D (or 0xA6780D) is known color: Dark Goldenrod. HEX triplet: A6, 78 and 0D. RGB value is (166,120,13). Sum of RGB (Red+Green+Blue) = 166+120+13=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A6780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6780D is #5987F2. Grayscale: #7A7A7A. Windows color (decimal): -5867507 or 882854. OLE color: 882854.

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

Color convert

RGB 166 120 13 -
CMYK 0 0.28 0.92 0.35
HSL 41.96º 0.85% 0.35% -
HSV(B) 41.96º 0.92% 0.65% -
XYZ 22.52 21.57 3.36 -
YUV 121.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 166 120 13 0 0.28 0.92 0.35 41.96 0.85 0.35
Hex A6 78 D 0 1C 5C 23 2A 55 23
Octal 246 170 15 0 34 134 43 52 125 43
Binary 10100110 1111000 1101 0 11100 1011100 100011 101010 1010101 100011

Color Harmonies of #A6780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6780D

Black with #A6780D

Text Example


Text Example

White with #A6780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6780D; }

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

 H1.HeaderClassName
 {
   color: #A6780D;
 }
 .AnyTagClassName
 {
   color: #A6780D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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