#603C01

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

Shades of Raw Umber #603C01

Tints of Raw Umber #603C01

Color information

#603C01 (or 0x603C01) is unknown color: approx Raw Umber. HEX triplet: 60, 3C and 01. RGB value is (96,60,1). Sum of RGB (Red+Green+Blue) = 96+60+1=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #603C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C01 is #9FC3FE. Grayscale: #404040. Windows color (decimal): -10470399 or 80992. OLE color: 80992.

HSL color Cylindrical-coordinate representation of color #603C01: hue angle of 37.26º 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 #603C01 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB96601-
CMYK00.380.990.62
HSL37.26º97.94%19.02%-
HSV(B)37.26º98.96%37.65%-
XYZ6.455.720.79-
YUV64.0492.43150.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 60 (23.83% from 255) = 38.22%
BLUE value IS 1 (0.78% from 255) = 0.64%
R=61.15%
G=38.22%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9660100.380.990.6237.2697.9419.02
Hex603C1026633E256213
Octal140741046143764514223
Binary1100000111100101001101100011111110100101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603C01; }

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

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

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

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

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

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

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

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