#604305

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

Shades of Raw Umber #604305

Tints of Raw Umber #604305

Color information

#604305 (or 0x604305) is unknown color: approx Raw Umber. HEX triplet: 60, 43 and 05. RGB value is (96,67,5). Sum of RGB (Red+Green+Blue) = 96+67+5=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #604305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604305 is #9FBCFA. Grayscale: #444444. Windows color (decimal): -10468603 or 344928. OLE color: 344928.

HSL color Cylindrical-coordinate representation of color #604305: hue angle of 40.88º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #604305 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB96675-
CMYK00.300.950.62
HSL40.88º90.1%19.8%-
HSV(B)40.88º94.79%37.65%-
XYZ6.866.511.04-
YUV68.692.11147.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=57.14%
G=39.88%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9667500.300.950.6240.8890.119.8
Hex6043501E5F3E295a14
Octal1401035036137765113224
Binary110000010000111010111101011111111110101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604305; }

 p { color: rgb(96,67,5); }

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

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

 a { background-color: rgb(96,67,5); }

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

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

 span { border-color: rgb(96,67,5); }

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