Html Css Color HEX #A6342B Brown

📋 copy color: '#A6342B'

red 166 ◦ green 52 ◦ blue 43

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

Shades of Brown #A6342B

Tints of Brown #A6342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.48%

R = 63.6%
G = 19.92%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6342B (or 0xA6342B) is known color: Brown. HEX triplet: A6, 34 and 2B. RGB value is (166,52,43). Sum of RGB (Red+Green+Blue) = 166+52+43=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 43 (17.19% from 255 or 16.48% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6342B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6342B is #59CBD4. Grayscale: #555555. Windows color (decimal): -5884885 or 2831526. OLE color: 2831526.

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

Color convert

RGB 166 52 43 -
CMYK 0 0.69 0.74 0.35
HSL 4.39º 0.59% 0.41% -
HSV(B) 4.39º 0.74% 0.65% -
XYZ 17.39 10.74 3.44 -
YUV 85.06 104.27 185.73 -
System Red Green Blue C M Y K H S L
Decimal 166 52 43 0 0.69 0.74 0.35 4.39 0.59 0.41
Hex A6 34 2B 0 45 4A 23 4 3B 29
Octal 246 64 53 0 105 112 43 4 73 51
Binary 10100110 110100 101011 0 1000101 1001010 100011 100 111011 101001

Color Harmonies of #A6342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6342B

Black with #A6342B

Text Example


Text Example

White with #A6342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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