#604A0F

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

Shades of Raw Umber #604A0F

Tints of Raw Umber #604A0F

Color information

#604A0F (or 0x604A0F) is unknown color: approx Raw Umber. HEX triplet: 60, 4A and 0F. RGB value is (96,74,15). Sum of RGB (Red+Green+Blue) = 96+74+15=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #604A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604A0F is #9FB5F0. Grayscale: #4A4A4A. Windows color (decimal): -10466801 or 1002080. OLE color: 1002080.

HSL color Cylindrical-coordinate representation of color #604A0F: hue angle of 43.7º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #604A0F is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB967415-
CMYK00.230.840.62
HSL43.7º72.97%21.76%-
HSV(B)43.7º84.38%37.65%-
XYZ7.367.421.5-
YUV73.8594.79143.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 15 (6.25% from 255) = 8.11%
R=51.89%
G=40%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96741500.230.840.6243.772.9721.76
Hex604AF017543E2c4916
Octal14011217027124765411126
Binary1100000100101011110101111010100111110101100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604A0F; }

 p { color: rgb(96,74,15); }

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

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

 a { background-color: rgb(96,74,15); }

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

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

 span { border-color: rgb(96,74,15); }

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