Html Css Color HEX #A6321C Brown

📋 copy color: '#A6321C'

red 166 ◦ green 50 ◦ blue 28

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

Shades of Brown #A6321C

Tints of Brown #A6321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 68.03%
G = 20.49%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6321C (or 0xA6321C) is known color: Brown. HEX triplet: A6, 32 and 1C. RGB value is (166,50,28). Sum of RGB (Red+Green+Blue) = 166+50+28=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6321C is #59CDE3. Grayscale: #525252. Windows color (decimal): -5885412 or 1847974. OLE color: 1847974.

HSL color Cylindrical-coordinate representation of color #A6321C: hue angle of 9.57º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6321C is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 28 -
CMYK 0 0.70 0.83 0.35
HSL 9.57º 0.71% 0.38% -
HSV(B) 9.57º 0.83% 0.65% -
XYZ 17.08 10.47 2.22 -
YUV 82.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 166 50 28 0 0.70 0.83 0.35 9.57 0.71 0.38
Hex A6 32 1C 0 46 53 23 A 47 26
Octal 246 62 34 0 106 123 43 12 107 46
Binary 10100110 110010 11100 0 1000110 1010011 100011 1010 1000111 100110

Color Harmonies of #A6321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6321C

Black with #A6321C

Text Example


Text Example

White with #A6321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6321C; }

 p { color: rgb(166,50,28); }

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

background-color css

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

 a { background-color: rgb(166,50,28); }

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

border-color css

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

 span { border-color: rgb(166,50,28); }

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