Html Css Color HEX #63491A Dark Brown

📋 copy color: '#63491A'

red 99 ◦ green 73 ◦ blue 26

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

Shades of Dark Brown #63491A

Tints of Dark Brown #63491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.13%

R = 50%
G = 36.87%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#63491A (or 0x63491A) is known color: Dark Brown. HEX triplet: 63, 49 and 1A. RGB value is (99,73,26). Sum of RGB (Red+Green+Blue) = 99+73+26=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63491A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63491A is #9CB6E5. Grayscale: #4B4B4B. Windows color (decimal): -10270438 or 1722723. OLE color: 1722723.

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

Color convert

RGB 99 73 26 -
CMYK 0 0.26 0.74 0.61
HSL 38.63º 0.58% 0.25% -
HSV(B) 38.63º 0.74% 0.39% -
XYZ 7.71 7.49 2.02 -
YUV 75.42 100.11 144.82 -
System Red Green Blue C M Y K H S L
Decimal 99 73 26 0 0.26 0.74 0.61 38.63 0.58 0.25
Hex 63 49 1A 0 1A 4A 3D 27 3A 19
Octal 143 111 32 0 32 112 75 47 72 31
Binary 1100011 1001001 11010 0 11010 1001010 111101 100111 111010 11001

Color Harmonies of #63491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63491A

Black with #63491A

Text Example


Text Example

White with #63491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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