#63490F

Color #63490F Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #63490F

Tints of Raw Umber #63490F

Color information

#63490F (or 0x63490F) is unknown color: approx Raw Umber. HEX triplet: 63, 49 and 0F. RGB value is (99,73,15). Sum of RGB (Red+Green+Blue) = 99+73+15=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #63490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63490F is #9CB6F0. Grayscale: #4A4A4A. Windows color (decimal): -10270449 or 1001827. OLE color: 1001827.

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

Color convert

RGB997315-
CMYK00.260.850.61
HSL41.43º73.68%22.35%-
HSV(B)41.43º84.85%38.82%-
XYZ7.617.451.49-
YUV74.1694.61145.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=52.94%
G=39.04%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99731500.260.850.6141.4373.6822.35
Hex6349F01A553D294a16
Octal14311117032125755111226
Binary1100011100100111110110101010101111101101001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63490F;
 }
 .AnyTagClassName
 {
   color: #63490F;
 }
</style>
background-color css

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

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

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

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

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

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