#604000

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

Shades of Raw Umber #604000

Tints of Raw Umber #604000

Color information

#604000 (or 0x604000) is unknown color: approx Raw Umber. HEX triplet: 60, 40 and 00. RGB value is (96,64,0). Sum of RGB (Red+Green+Blue) = 96+64+0=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #604000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604000 is #9FBFFF. Grayscale: #424242. Windows color (decimal): -10469376 or 16480. OLE color: 16480.

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

Color convert

RGB96640-
CMYK00.3310.62
HSL40º100%18.82%-
HSV(B)40º100%37.65%-
XYZ6.666.150.84-
YUV66.2790.6149.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 0 (0.39% from 255) = 0%
R=60%
G=40%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9664000.3310.624010018.82
Hex60400021643E286413
Octal1401000041144765014423
Binary11000001000000001000011100100111110101000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604000; }

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

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

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

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

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

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

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

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