#63460C

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

Shades of Raw Umber #63460C

Tints of Raw Umber #63460C

Color information

#63460C (or 0x63460C) is unknown color: approx Raw Umber. HEX triplet: 63, 46 and 0C. RGB value is (99,70,12). Sum of RGB (Red+Green+Blue) = 99+70+12=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63460C is #9CB9F3. Grayscale: #484848. Windows color (decimal): -10271220 or 804451. OLE color: 804451.

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

Color convert

RGB997012-
CMYK00.290.880.61
HSL40º78.38%21.76%-
HSV(B)40º87.88%38.82%-
XYZ7.47.061.32-
YUV72.0694.11147.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.70%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=54.70%
G=38.67%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99701200.290.880.614078.3821.76
Hex6346C01D583D284e16
Octal14310614035130755011626
Binary1100011100011011000111011011000111101101000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63460C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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