Html Css Color HEX #A6341B Brown

📋 copy color: '#A6341B'

red 166 ◦ green 52 ◦ blue 27

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

Shades of Brown #A6341B

Tints of Brown #A6341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 67.76%
G = 21.22%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6341B (or 0xA6341B) is known color: Brown. HEX triplet: A6, 34 and 1B. RGB value is (166,52,27). Sum of RGB (Red+Green+Blue) = 166+52+27=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6341B is #59CBE4. Grayscale: #535353. Windows color (decimal): -5884901 or 1782950. OLE color: 1782950.

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

Color convert

RGB 166 52 27 -
CMYK 0 0.69 0.84 0.35
HSL 10.79º 0.72% 0.38% -
HSV(B) 10.79º 0.84% 0.65% -
XYZ 17.15 10.64 2.19 -
YUV 83.24 96.27 187.03 -
System Red Green Blue C M Y K H S L
Decimal 166 52 27 0 0.69 0.84 0.35 10.79 0.72 0.38
Hex A6 34 1B 0 45 54 23 B 48 26
Octal 246 64 33 0 105 124 43 13 110 46
Binary 10100110 110100 11011 0 1000101 1010100 100011 1011 1001000 100110

Color Harmonies of #A6341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6341B

Black with #A6341B

Text Example


Text Example

White with #A6341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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