#63470C

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

Shades of Raw Umber #63470C

Tints of Raw Umber #63470C

Color information

#63470C (or 0x63470C) is unknown color: approx Raw Umber. HEX triplet: 63, 47 and 0C. RGB value is (99,71,12). Sum of RGB (Red+Green+Blue) = 99+71+12=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #63470C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63470C is #9CB8F3. Grayscale: #484848. Windows color (decimal): -10270964 or 804707. OLE color: 804707.

HSL color Cylindrical-coordinate representation of color #63470C: hue angle of 40.69º 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 #63470C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB997112-
CMYK00.280.880.61
HSL40.69º78.38%21.76%-
HSV(B)40.69º87.88%38.82%-
XYZ7.477.191.34-
YUV72.6593.78146.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.40%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=54.40%
G=39.01%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99711200.280.880.6140.6978.3821.76
Hex6347C01C583D294e16
Octal14310714034130755111626
Binary1100011100011111000111001011000111101101001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63470C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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