#604001

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

Shades of Raw Umber #604001

Tints of Raw Umber #604001

Color information

#604001 (or 0x604001) is unknown color: approx Raw Umber. HEX triplet: 60, 40 and 01. RGB value is (96,64,1). Sum of RGB (Red+Green+Blue) = 96+64+1=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #604001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604001 is #9FBFFE. Grayscale: #424242. Windows color (decimal): -10469375 or 82016. OLE color: 82016.

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

Color convert

RGB96641-
CMYK00.330.990.62
HSL39.79º97.94%19.02%-
HSV(B)39.79º98.96%37.65%-
XYZ6.666.160.87-
YUV66.3991.1149.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=59.63%
G=39.75%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9664100.330.990.6239.7997.9419.02
Hex60401021633E286213
Octal1401001041143765014223
Binary11000001000000101000011100011111110101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604001; }

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

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

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

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

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

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

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

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