#604101

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

Shades of Raw Umber #604101

Tints of Raw Umber #604101

Color information

#604101 (or 0x604101) is unknown color: approx Raw Umber. HEX triplet: 60, 41 and 01. RGB value is (96,65,1). Sum of RGB (Red+Green+Blue) = 96+65+1=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #604101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604101 is #9FBEFE. Grayscale: #434343. Windows color (decimal): -10469119 or 82272. OLE color: 82272.

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

Color convert

RGB96651-
CMYK00.320.990.62
HSL40.42º97.94%19.02%-
HSV(B)40.42º98.96%37.65%-
XYZ6.726.270.88-
YUV66.9790.77148.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 65 (25.78% from 255) = 40.12%
BLUE value IS 1 (0.78% from 255) = 0.62%
R=59.26%
G=40.12%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9665100.320.990.6240.4297.9419.02
Hex60411020633E286213
Octal1401011040143765014223
Binary11000001000001101000001100011111110101000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604101; }

 p { color: rgb(96,65,1); }

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

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

 a { background-color: rgb(96,65,1); }

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

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

 span { border-color: rgb(96,65,1); }

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