Html Css Color HEX #603C01 Raw Umber

📋 copy color: '#603C01'

red 96 ◦ green 60 ◦ blue 1

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

Shades of Raw Umber #603C01

Tints of Raw Umber #603C01

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

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 96 60 1 -
CMYK 0 0.38 0.99 0.62
HSL 37.26º 0.98% 0.19% -
HSV(B) 37.26º 0.99% 0.38% -
XYZ 6.45 5.72 0.79 -
YUV 64.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 96 60 1 0 0.38 0.99 0.62 37.26 0.98 0.19
Hex 60 3C 1 0 26 63 3E 25 62 13
Octal 140 74 1 0 46 143 76 45 142 23
Binary 1100000 111100 1 0 100110 1100011 111110 100101 1100010 10011

Color Harmonies of #603C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C01

Black with #603C01

Text Example


Text Example

White with #603C01

Text Example


Text Example

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