Html Css Color HEX #A6331C Brown

📋 copy color: '#A6331C'

red 166 ◦ green 51 ◦ blue 28

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

Shades of Brown #A6331C

Tints of Brown #A6331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 67.76%
G = 20.82%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6331C (or 0xA6331C) is known color: Brown. HEX triplet: A6, 33 and 1C. RGB value is (166,51,28). Sum of RGB (Red+Green+Blue) = 166+51+28=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6331C is #59CCE3. Grayscale: #525252. Windows color (decimal): -5885156 or 1848230. OLE color: 1848230.

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

Color convert

RGB 166 51 28 -
CMYK 0 0.69 0.83 0.35
HSL 10º 0.71% 0.38% -
HSV(B) 10º 0.83% 0.65% -
XYZ 17.12 10.56 2.23 -
YUV 82.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 166 51 28 0 0.69 0.83 0.35 10 0.71 0.38
Hex A6 33 1C 0 45 53 23 A 47 26
Octal 246 63 34 0 105 123 43 12 107 46
Binary 10100110 110011 11100 0 1000101 1010011 100011 1010 1000111 100110

Color Harmonies of #A6331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6331C

Black with #A6331C

Text Example


Text Example

White with #A6331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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