Html Css Color HEX #A66D0B Golden Brown

📋 copy color: '#A66D0B'

red 166 ◦ green 109 ◦ blue 11

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

Shades of Golden Brown #A66D0B

Tints of Golden Brown #A66D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.11%

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

R = 58.04%
G = 38.11%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A66D0B (or 0xA66D0B) is known color: Golden Brown. HEX triplet: A6, 6D and 0B. RGB value is (166,109,11). Sum of RGB (Red+Green+Blue) = 166+109+11=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66D0B is #5992F4. Grayscale: #737373. Windows color (decimal): -5870325 or 748966. OLE color: 748966.

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

Color convert

RGB 166 109 11 -
CMYK 0 0.34 0.93 0.35
HSL 37.94º 0.88% 0.35% -
HSV(B) 37.94º 0.93% 0.65% -
XYZ 21.25 19.07 2.88 -
YUV 114.87 69.38 164.47 -
System Red Green Blue C M Y K H S L
Decimal 166 109 11 0 0.34 0.93 0.35 37.94 0.88 0.35
Hex A6 6D B 0 22 5D 23 26 58 23
Octal 246 155 13 0 42 135 43 46 130 43
Binary 10100110 1101101 1011 0 100010 1011101 100011 100110 1011000 100011

Color Harmonies of #A66D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D0B

Black with #A66D0B

Text Example


Text Example

White with #A66D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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