#63420D

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

Shades of Raw Umber #63420D

Tints of Raw Umber #63420D

Color information

#63420D (or 0x63420D) is unknown color: approx Raw Umber. HEX triplet: 63, 42 and 0D. RGB value is (99,66,13). Sum of RGB (Red+Green+Blue) = 99+66+13=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63420D is #9CBDF2. Grayscale: #464646. Windows color (decimal): -10272243 or 868963. OLE color: 868963.

HSL color Cylindrical-coordinate representation of color #63420D: hue angle of 36.98º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #63420D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB996613-
CMYK00.330.870.61
HSL36.98º76.79%21.96%-
HSV(B)36.98º86.87%38.82%-
XYZ7.176.581.27-
YUV69.8295.93148.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 13 (5.47% from 255) = 7.30%
R=55.62%
G=37.08%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99661300.330.870.6136.9876.7921.96
Hex6342D021573D254d16
Octal14310215041127754511526
Binary11000111000010110101000011010111111101100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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