Html Css Color HEX #A6540B Golden Brown

📋 copy color: '#A6540B'

red 166 ◦ green 84 ◦ blue 11

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

Shades of Golden Brown #A6540B

Tints of Golden Brown #A6540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

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

R = 63.6%
G = 32.18%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6540B (or 0xA6540B) is known color: Golden Brown. HEX triplet: A6, 54 and 0B. RGB value is (166,84,11). Sum of RGB (Red+Green+Blue) = 166+84+11=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6540B is #59ABF4. Grayscale: #646464. Windows color (decimal): -5876725 or 742566. OLE color: 742566.

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

Color convert

RGB 166 84 11 -
CMYK 0 0.49 0.93 0.35
HSL 28.26º 0.88% 0.35% -
HSV(B) 28.26º 0.93% 0.65% -
XYZ 18.96 14.47 2.11 -
YUV 100.2 77.67 174.94 -
System Red Green Blue C M Y K H S L
Decimal 166 84 11 0 0.49 0.93 0.35 28.26 0.88 0.35
Hex A6 54 B 0 31 5D 23 1C 58 23
Octal 246 124 13 0 61 135 43 34 130 43
Binary 10100110 1010100 1011 0 110001 1011101 100011 11100 1011000 100011

Color Harmonies of #A6540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6540B

Black with #A6540B

Text Example


Text Example

White with #A6540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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