#63400B

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

Shades of Raw Umber #63400B

Tints of Raw Umber #63400B

Color information

#63400B (or 0x63400B) is unknown color: approx Raw Umber. HEX triplet: 63, 40 and 0B. RGB value is (99,64,11). Sum of RGB (Red+Green+Blue) = 99+64+11=174 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.90% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 99 - color contains mainly: red. Hex color #63400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63400B is #9CBFF4. Grayscale: #444444. Windows color (decimal): -10272757 or 737379. OLE color: 737379.

HSL color Cylindrical-coordinate representation of color #63400B: hue angle of 36.14º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63400B is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB996411-
CMYK00.350.890.61
HSL36.14º80%21.57%-
HSV(B)36.14º88.89%38.82%-
XYZ7.046.341.17-
YUV68.4295.6149.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.90%
GREEN value IS 64 (25.39% from 255) = 36.78%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=56.90%
G=36.78%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99641100.350.890.6136.148021.57
Hex6340B023593D245016
Octal14310013043131754412026
Binary11000111000000101101000111011001111101100100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63400B; }

 p { color: rgb(99,64,11); }

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

<style>
 a { background-color: #63400B; }

 a { background-color: rgb(99,64,11); }

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

<style>
 span { border-color: #63400B; }

 span { border-color: rgb(99,64,11); }

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