#604600

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

Shades of Raw Umber #604600

Tints of Raw Umber #604600

Color information

#604600 (or 0x604600) is unknown color: approx Raw Umber. HEX triplet: 60, 46 and 00. RGB value is (96,70,0). Sum of RGB (Red+Green+Blue) = 96+70+0=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 70 (27.73% from 255 or 42.17% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #604600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604600 is #9FB9FF. Grayscale: #464646. Windows color (decimal): -10467840 or 18016. OLE color: 18016.

HSL color Cylindrical-coordinate representation of color #604600: hue angle of 43.75º 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 #604600 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB96700-
CMYK00.2710.62
HSL43.75º100%18.82%-
HSV(B)43.75º100%37.65%-
XYZ7.016.870.96-
YUV69.7988.61146.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 70 (27.73% from 255) = 42.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.83%
G=42.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9670000.2710.6243.7510018.82
Hex6046001B643E2c6413
Octal1401060033144765414423
Binary1100000100011000110111100100111110101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604600; }

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

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

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

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

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

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

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

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