Html Css Color HEX #63490A Raw Umber

📋 copy color: '#63490A'

red 99 ◦ green 73 ◦ blue 10

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

Shades of Raw Umber #63490A

Tints of Raw Umber #63490A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 54.4%
G = 40.11%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#63490A (or 0x63490A) is known color: Raw Umber. HEX triplet: 63, 49 and 0A. RGB value is (99,73,10). Sum of RGB (Red+Green+Blue) = 99+73+10=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63490A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63490A is #9CB6F5. Grayscale: #494949. Windows color (decimal): -10270454 or 674147. OLE color: 674147.

HSL color Cylindrical-coordinate representation of color #63490A: hue angle of 42.47º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63490A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 73 10 -
CMYK 0 0.26 0.90 0.61
HSL 42.47º 0.82% 0.21% -
HSV(B) 42.47º 0.9% 0.39% -
XYZ 7.58 7.44 1.32 -
YUV 73.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 99 73 10 0 0.26 0.90 0.61 42.47 0.82 0.21
Hex 63 49 A 0 1A 5A 3D 2A 52 15
Octal 143 111 12 0 32 132 75 52 122 25
Binary 1100011 1001001 1010 0 11010 1011010 111101 101010 1010010 10101

Color Harmonies of #63490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63490A

Black with #63490A

Text Example


Text Example

White with #63490A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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