#604003

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

Shades of Raw Umber #604003

Tints of Raw Umber #604003

Color information

#604003 (or 0x604003) is unknown color: approx Raw Umber. HEX triplet: 60, 40 and 03. RGB value is (96,64,3). Sum of RGB (Red+Green+Blue) = 96+64+3=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #604003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604003 is #9FBFFC. Grayscale: #424242. Windows color (decimal): -10469373 or 213088. OLE color: 213088.

HSL color Cylindrical-coordinate representation of color #604003: hue angle of 39.35º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #604003 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB96643-
CMYK00.330.970.62
HSL39.35º93.94%19.41%-
HSV(B)39.35º96.88%37.65%-
XYZ6.676.160.92-
YUV66.6192.1148.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 3 (1.56% from 255) = 1.84%
R=58.90%
G=39.26%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9664300.330.970.6239.3593.9419.41
Hex60403021613E275e13
Octal1401003041141764713623
Binary110000010000001101000011100001111110100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604003; }

 p { color: rgb(96,64,3); }

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

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

 a { background-color: rgb(96,64,3); }

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

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

 span { border-color: rgb(96,64,3); }

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