#63450F

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

Shades of Raw Umber #63450F

Tints of Raw Umber #63450F

Color information

#63450F (or 0x63450F) is unknown color: approx Raw Umber. HEX triplet: 63, 45 and 0F. RGB value is (99,69,15). Sum of RGB (Red+Green+Blue) = 99+69+15=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #63450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63450F is #9CBAF0. Grayscale: #484848. Windows color (decimal): -10271473 or 1000803. OLE color: 1000803.

HSL color Cylindrical-coordinate representation of color #63450F: hue angle of 38.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #63450F is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB996915-
CMYK00.300.850.61
HSL38.57º73.68%22.35%-
HSV(B)38.57º84.85%38.82%-
XYZ7.366.941.4-
YUV71.8195.94147.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=54.10%
G=37.70%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99691500.300.850.6138.5773.6822.35
Hex6345F01E553D274a16
Octal14310517036125754711226
Binary1100011100010111110111101010101111101100111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63450F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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