#63400E

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

Shades of Raw Umber #63400E

Tints of Raw Umber #63400E

Color information

#63400E (or 0x63400E) is unknown color: approx Raw Umber. HEX triplet: 63, 40 and 0E. RGB value is (99,64,14). Sum of RGB (Red+Green+Blue) = 99+64+14=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #63400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63400E is #9CBFF1. Grayscale: #454545. Windows color (decimal): -10272754 or 933987. OLE color: 933987.

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

Color convert

RGB996414-
CMYK00.350.860.61
HSL35.29º75.22%22.16%-
HSV(B)35.29º85.86%38.82%-
XYZ7.066.351.27-
YUV68.7697.1149.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 14 (5.86% from 255) = 7.91%
R=55.93%
G=36.16%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99641400.350.860.6135.2975.2222.16
Hex6340E023563D234b16
Octal14310016043126754311326
Binary11000111000000111001000111010110111101100011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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