#63420B

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

Shades of Raw Umber #63420B

Tints of Raw Umber #63420B

Color information

#63420B (or 0x63420B) is unknown color: approx Raw Umber. HEX triplet: 63, 42 and 0B. RGB value is (99,66,11). Sum of RGB (Red+Green+Blue) = 99+66+11=176 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.25% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 99 - color contains mainly: red. Hex color #63420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63420B is #9CBDF4. Grayscale: #454545. Windows color (decimal): -10272245 or 737891. OLE color: 737891.

HSL color Cylindrical-coordinate representation of color #63420B: hue angle of 37.5º 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 #63420B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB996611-
CMYK00.330.890.61
HSL37.5º80%21.57%-
HSV(B)37.5º88.89%38.82%-
XYZ7.156.571.21-
YUV69.694.93148.97-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.25%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=56.25%
G=37.5%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99661100.330.890.6137.58021.57
Hex6342B021593D265016
Octal14310213041131754612026
Binary11000111000010101101000011011001111101100110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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