Html Css Color HEX #63490C Raw Umber

📋 copy color: '#63490C'

red 99 ◦ green 73 ◦ blue 12

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

Shades of Raw Umber #63490C

Tints of Raw Umber #63490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 53.8%
G = 39.67%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#63490C (or 0x63490C) is known color: Raw Umber. HEX triplet: 63, 49 and 0C. RGB value is (99,73,12). Sum of RGB (Red+Green+Blue) = 99+73+12=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #63490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63490C is #9CB6F3. Grayscale: #4A4A4A. Windows color (decimal): -10270452 or 805219. OLE color: 805219.

HSL color Cylindrical-coordinate representation of color #63490C: hue angle of 42.07º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #63490C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 73 12 -
CMYK 0 0.26 0.88 0.61
HSL 42.07º 0.78% 0.22% -
HSV(B) 42.07º 0.88% 0.39% -
XYZ 7.59 7.44 1.38 -
YUV 73.82 93.11 145.96 -
System Red Green Blue C M Y K H S L
Decimal 99 73 12 0 0.26 0.88 0.61 42.07 0.78 0.22
Hex 63 49 C 0 1A 58 3D 2A 4E 16
Octal 143 111 14 0 32 130 75 52 116 26
Binary 1100011 1001001 1100 0 11010 1011000 111101 101010 1001110 10110

Color Harmonies of #63490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63490C

Black with #63490C

Text Example


Text Example

White with #63490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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