#63450A

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

Shades of Raw Umber #63450A

Tints of Raw Umber #63450A

Color information

#63450A (or 0x63450A) is unknown color: approx Raw Umber. HEX triplet: 63, 45 and 0A. RGB value is (99,69,10). Sum of RGB (Red+Green+Blue) = 99+69+10=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 69 (27.34% from 255 or 38.76% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63450A is #9CBAF5. Grayscale: #474747. Windows color (decimal): -10271478 or 673123. OLE color: 673123.

HSL color Cylindrical-coordinate representation of color #63450A: hue angle of 39.78º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #63450A is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB996910-
CMYK00.300.900.61
HSL39.78º81.65%21.37%-
HSV(B)39.78º89.9%38.82%-
XYZ7.336.931.24-
YUV71.2493.44147.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 69 (27.34% from 255) = 38.76%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=55.62%
G=38.76%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99691000.300.900.6139.7881.6521.37
Hex6345A01E5A3D285215
Octal14310512036132755012225
Binary1100011100010110100111101011010111101101000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63450A; }

 p { color: rgb(99,69,10); }

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

<style>
 a { background-color: #63450A; }

 a { background-color: rgb(99,69,10); }

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

<style>
 span { border-color: #63450A; }

 span { border-color: rgb(99,69,10); }

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