Html Css Color HEX #A6341F Brown

📋 copy color: '#A6341F'

red 166 ◦ green 52 ◦ blue 31

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

Shades of Brown #A6341F

Tints of Brown #A6341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

 BLUE value IS 31 (12.5% from 255) = 12.45%

R = 66.67%
G = 20.88%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6341F (or 0xA6341F) is known color: Brown. HEX triplet: A6, 34 and 1F. RGB value is (166,52,31). Sum of RGB (Red+Green+Blue) = 166+52+31=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6341F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6341F is #59CBE0. Grayscale: #535353. Windows color (decimal): -5884897 or 2045094. OLE color: 2045094.

HSL color Cylindrical-coordinate representation of color #A6341F: hue angle of 9.33º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6341F is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 31 -
CMYK 0 0.69 0.81 0.35
HSL 9.33º 0.69% 0.39% -
HSV(B) 9.33º 0.81% 0.65% -
XYZ 17.2 10.66 2.45 -
YUV 83.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 166 52 31 0 0.69 0.81 0.35 9.33 0.69 0.39
Hex A6 34 1F 0 45 51 23 9 45 27
Octal 246 64 37 0 105 121 43 11 105 47
Binary 10100110 110100 11111 0 1000101 1010001 100011 1001 1000101 100111

Color Harmonies of #A6341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6341F

Black with #A6341F

Text Example


Text Example

White with #A6341F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6341F; }

 p { color: rgb(166,52,31); }

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

background-color css

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

 a { background-color: rgb(166,52,31); }

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

border-color css

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

 span { border-color: rgb(166,52,31); }

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