Html Css Color HEX #A6261F Brown

📋 copy color: '#A6261F'

red 166 ◦ green 38 ◦ blue 31

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

Shades of Brown #A6261F

Tints of Brown #A6261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.17%

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

R = 70.64%
G = 16.17%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6261F (or 0xA6261F) is known color: Brown. HEX triplet: A6, 26 and 1F. RGB value is (166,38,31). Sum of RGB (Red+Green+Blue) = 166+38+31=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A6261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6261F is #59D9E0. Grayscale: #4B4B4B. Windows color (decimal): -5888481 or 2041510. OLE color: 2041510.

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

Color convert

RGB 166 38 31 -
CMYK 0 0.77 0.81 0.35
HSL 3.11º 0.69% 0.39% -
HSV(B) 3.11º 0.81% 0.65% -
XYZ 16.67 9.59 2.27 -
YUV 75.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 166 38 31 0 0.77 0.81 0.35 3.11 0.69 0.39
Hex A6 26 1F 0 4D 51 23 3 45 27
Octal 246 46 37 0 115 121 43 3 105 47
Binary 10100110 100110 11111 0 1001101 1010001 100011 11 1000101 100111

Color Harmonies of #A6261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6261F

Black with #A6261F

Text Example


Text Example

White with #A6261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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