#603F03

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

Shades of Raw Umber #603F03

Tints of Raw Umber #603F03

Color information

#603F03 (or 0x603F03) is unknown color: approx Raw Umber. HEX triplet: 60, 3F and 03. RGB value is (96,63,3). Sum of RGB (Red+Green+Blue) = 96+63+3=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #603F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F03 is #9FC0FC. Grayscale: #424242. Windows color (decimal): -10469629 or 212832. OLE color: 212832.

HSL color Cylindrical-coordinate representation of color #603F03: hue angle of 38.71º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #603F03 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB96633-
CMYK00.340.970.62
HSL38.71º93.94%19.41%-
HSV(B)38.71º96.88%37.65%-
XYZ6.626.050.9-
YUV66.0392.43149.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 63 (25% from 255) = 38.89%
BLUE value IS 3 (1.56% from 255) = 1.85%
R=59.26%
G=38.89%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9663300.340.970.6238.7193.9419.41
Hex603F3022613E275e13
Octal140773042141764713623
Binary11000001111111101000101100001111110100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,63,3); }

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

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

 a { background-color: rgb(96,63,3); }

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

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

 span { border-color: rgb(96,63,3); }

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