Html Css Color HEX #63491F Dark Brown

📋 copy color: '#63491F'

red 99 ◦ green 73 ◦ blue 31

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

Shades of Dark Brown #63491F

Tints of Dark Brown #63491F

RGB

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

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

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

R = 48.77%
G = 35.96%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.61

RGB Variations

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

Color information

#63491F (or 0x63491F) is known color: Dark Brown. HEX triplet: 63, 49 and 1F. RGB value is (99,73,31). Sum of RGB (Red+Green+Blue) = 99+73+31=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #63491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63491F is #9CB6E0. Grayscale: #4C4C4C. Windows color (decimal): -10270433 or 2050403. OLE color: 2050403.

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

Color convert

RGB 99 73 31 -
CMYK 0 0.26 0.69 0.61
HSL 37.06º 0.52% 0.25% -
HSV(B) 37.06º 0.69% 0.39% -
XYZ 7.78 7.52 2.34 -
YUV 75.99 102.61 144.42 -
System Red Green Blue C M Y K H S L
Decimal 99 73 31 0 0.26 0.69 0.61 37.06 0.52 0.25
Hex 63 49 1F 0 1A 45 3D 25 34 19
Octal 143 111 37 0 32 105 75 45 64 31
Binary 1100011 1001001 11111 0 11010 1000101 111101 100101 110100 11001

Color Harmonies of #63491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63491F

Black with #63491F

Text Example


Text Example

White with #63491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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