Html Css Color HEX #A6710D Golden Brown

📋 copy color: '#A6710D'

red 166 ◦ green 113 ◦ blue 13

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

Shades of Golden Brown #A6710D

Tints of Golden Brown #A6710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.7%

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

R = 56.85%
G = 38.7%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6710D (or 0xA6710D) is known color: Golden Brown. HEX triplet: A6, 71 and 0D. RGB value is (166,113,13). Sum of RGB (Red+Green+Blue) = 166+113+13=292 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.85% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 166 - color contains mainly: red. Hex color #A6710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6710D is #598EF2. Grayscale: #757575. Windows color (decimal): -5869299 or 881062. OLE color: 881062.

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

Color convert

RGB 166 113 13 -
CMYK 0 0.32 0.92 0.35
HSL 39.22º 0.85% 0.35% -
HSV(B) 39.22º 0.92% 0.65% -
XYZ 21.7 19.95 3.09 -
YUV 117.45 69.06 162.63 -
System Red Green Blue C M Y K H S L
Decimal 166 113 13 0 0.32 0.92 0.35 39.22 0.85 0.35
Hex A6 71 D 0 20 5C 23 27 55 23
Octal 246 161 15 0 40 134 43 47 125 43
Binary 10100110 1110001 1101 0 100000 1011100 100011 100111 1010101 100011

Color Harmonies of #A6710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6710D

Black with #A6710D

Text Example


Text Example

White with #A6710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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