Html Css Color HEX #63491E Dark Brown

📋 copy color: '#63491E'

red 99 ◦ green 73 ◦ blue 30

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

Shades of Dark Brown #63491E

Tints of Dark Brown #63491E

RGB

 RED value IS 99 (39.06% from 255) = 49.01%

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 30 (12.11% from 255) = 14.85%

R = 49.01%
G = 36.14%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#63491E (or 0x63491E) is known color: Dark Brown. HEX triplet: 63, 49 and 1E. RGB value is (99,73,30). Sum of RGB (Red+Green+Blue) = 99+73+30=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 30 (12.11% from 255 or 14.85% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #63491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63491E is #9CB6E1. Grayscale: #4C4C4C. Windows color (decimal): -10270434 or 1984867. OLE color: 1984867.

HSL color Cylindrical-coordinate representation of color #63491E: hue angle of 37.39º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63491E is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 73 30 -
CMYK 0 0.26 0.70 0.61
HSL 37.39º 0.53% 0.25% -
HSV(B) 37.39º 0.7% 0.39% -
XYZ 7.76 7.51 2.27 -
YUV 75.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 99 73 30 0 0.26 0.70 0.61 37.39 0.53 0.25
Hex 63 49 1E 0 1A 46 3D 25 35 19
Octal 143 111 36 0 32 106 75 45 65 31
Binary 1100011 1001001 11110 0 11010 1000110 111101 100101 110101 11001

Color Harmonies of #63491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63491E

Black with #63491E

Text Example


Text Example

White with #63491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63491E; }

 p { color: rgb(99,73,30); }

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

background-color css

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

 a { background-color: rgb(99,73,30); }

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

border-color css

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

 span { border-color: rgb(99,73,30); }

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