Html Css Color HEX #A6331D Brown

📋 copy color: '#A6331D'

red 166 ◦ green 51 ◦ blue 29

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

Shades of Brown #A6331D

Tints of Brown #A6331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.79%

R = 67.48%
G = 20.73%
B = 11.79%

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

#A6331D (or 0xA6331D) is known color: Brown. HEX triplet: A6, 33 and 1D. RGB value is (166,51,29). Sum of RGB (Red+Green+Blue) = 166+51+29=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6331D is #59CCE2. Grayscale: #535353. Windows color (decimal): -5885155 or 1913766. OLE color: 1913766.

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

Color convert

RGB 166 51 29 -
CMYK 0 0.69 0.83 0.35
HSL 9.64º 0.7% 0.38% -
HSV(B) 9.64º 0.83% 0.65% -
XYZ 17.13 10.56 2.3 -
YUV 82.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 166 51 29 0 0.69 0.83 0.35 9.64 0.7 0.38
Hex A6 33 1D 0 45 53 23 A 46 26
Octal 246 63 35 0 105 123 43 12 106 46
Binary 10100110 110011 11101 0 1000101 1010011 100011 1010 1000110 100110

Color Harmonies of #A6331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6331D

Black with #A6331D

Text Example


Text Example

White with #A6331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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