#604612

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

Shades of Raw Umber #604612

Tints of Raw Umber #604612

Color information

#604612 (or 0x604612) is unknown color: approx Raw Umber. HEX triplet: 60, 46 and 12. RGB value is (96,70,18). Sum of RGB (Red+Green+Blue) = 96+70+18=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 18 (7.42% from 255 or 9.78% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #604612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604612 is #9FB9ED. Grayscale: #484848. Windows color (decimal): -10467822 or 1197664. OLE color: 1197664.

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

Color convert

RGB967018-
CMYK00.270.810.62
HSL40º68.42%22.35%-
HSV(B)40º81.25%37.65%-
XYZ7.126.911.53-
YUV71.8597.61145.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 18 (7.42% from 255) = 9.78%
R=52.17%
G=38.04%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96701800.270.810.624068.4222.35
Hex60461201B513E284416
Octal14010622033121765010426
Binary11000001000110100100110111010001111110101000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604612; }

 p { color: rgb(96,70,18); }

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

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

 a { background-color: rgb(96,70,18); }

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

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

 span { border-color: rgb(96,70,18); }

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