Html Css Color HEX #A63624 Brown

📋 copy color: '#A63624'

red 166 ◦ green 54 ◦ blue 36

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

Shades of Brown #A63624

Tints of Brown #A63624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 64.84%
G = 21.09%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A63624 (or 0xA63624) is known color: Brown. HEX triplet: A6, 36 and 24. RGB value is (166,54,36). Sum of RGB (Red+Green+Blue) = 166+54+36=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A63624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63624 is #59C9DB. Grayscale: #555555. Windows color (decimal): -5884380 or 2373286. OLE color: 2373286.

HSL color Cylindrical-coordinate representation of color #A63624: hue angle of 8.31º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A63624 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 54 36 -
CMYK 0 0.67 0.78 0.35
HSL 8.31º 0.64% 0.4% -
HSV(B) 8.31º 0.78% 0.65% -
XYZ 17.36 10.87 2.85 -
YUV 85.44 100.11 185.46 -
System Red Green Blue C M Y K H S L
Decimal 166 54 36 0 0.67 0.78 0.35 8.31 0.64 0.4
Hex A6 36 24 0 43 4E 23 8 40 28
Octal 246 66 44 0 103 116 43 10 100 50
Binary 10100110 110110 100100 0 1000011 1001110 100011 1000 1000000 101000

Color Harmonies of #A63624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63624

Black with #A63624

Text Example


Text Example

White with #A63624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63624; }

 p { color: rgb(166,54,36); }

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

background-color css

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

 a { background-color: rgb(166,54,36); }

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

border-color css

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

 span { border-color: rgb(166,54,36); }

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