Html Css Color HEX #A6710B Golden Brown

📋 copy color: '#A6710B'

red 166 ◦ green 113 ◦ blue 11

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

Shades of Golden Brown #A6710B

Tints of Golden Brown #A6710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.79%

R = 57.24%
G = 38.97%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6710B (or 0xA6710B) is known color: Golden Brown. HEX triplet: A6, 71 and 0B. RGB value is (166,113,11). Sum of RGB (Red+Green+Blue) = 166+113+11=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A6710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6710B is #598EF4. Grayscale: #757575. Windows color (decimal): -5869301 or 749990. OLE color: 749990.

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

Color convert

RGB 166 113 11 -
CMYK 0 0.32 0.93 0.35
HSL 39.48º 0.88% 0.35% -
HSV(B) 39.48º 0.93% 0.65% -
XYZ 21.69 19.94 3.02 -
YUV 117.22 68.06 162.79 -
System Red Green Blue C M Y K H S L
Decimal 166 113 11 0 0.32 0.93 0.35 39.48 0.88 0.35
Hex A6 71 B 0 20 5D 23 27 58 23
Octal 246 161 13 0 40 135 43 47 130 43
Binary 10100110 1110001 1011 0 100000 1011101 100011 100111 1011000 100011

Color Harmonies of #A6710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6710B

Black with #A6710B

Text Example


Text Example

White with #A6710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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