Html Css Color HEX #603F03 Raw Umber

📋 copy color: '#603F03'

red 96 ◦ green 63 ◦ blue 3

#603F03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #603F03

Tints of Raw Umber #603F03

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 value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#603F03 (or 0x603F03) is known color: 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

RGB 96 63 3 -
CMYK 0 0.34 0.97 0.62
HSL 38.71º 0.94% 0.19% -
HSV(B) 38.71º 0.97% 0.38% -
XYZ 6.62 6.05 0.9 -
YUV 66.03 92.43 149.38 -
System Red Green Blue C M Y K H S L
Decimal 96 63 3 0 0.34 0.97 0.62 38.71 0.94 0.19
Hex 60 3F 3 0 22 61 3E 27 5E 13
Octal 140 77 3 0 42 141 76 47 136 23
Binary 1100000 111111 11 0 100010 1100001 111110 100111 1011110 10011

Color Harmonies of #603F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F03

Black with #603F03

Text Example


Text Example

White with #603F03

Text Example


Text Example

HTML Codes & Css Web 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>