Html Css Color HEX #A6740B Golden Brown

📋 copy color: '#A6740B'

red 166 ◦ green 116 ◦ blue 11

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

Shades of Golden Brown #A6740B

Tints of Golden Brown #A6740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.59%

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

R = 56.66%
G = 39.59%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6740B (or 0xA6740B) is known color: Golden Brown. HEX triplet: A6, 74 and 0B. RGB value is (166,116,11). Sum of RGB (Red+Green+Blue) = 166+116+11=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A6740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6740B is #598BF4. Grayscale: #777777. Windows color (decimal): -5868533 or 750758. OLE color: 750758.

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

Color convert

RGB 166 116 11 -
CMYK 0 0.30 0.93 0.35
HSL 40.65º 0.88% 0.35% -
HSV(B) 40.65º 0.93% 0.65% -
XYZ 22.03 20.62 3.14 -
YUV 118.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 166 116 11 0 0.30 0.93 0.35 40.65 0.88 0.35
Hex A6 74 B 0 1E 5D 23 29 58 23
Octal 246 164 13 0 36 135 43 51 130 43
Binary 10100110 1110100 1011 0 11110 1011101 100011 101001 1011000 100011

Color Harmonies of #A6740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6740B

Black with #A6740B

Text Example


Text Example

White with #A6740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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