Html Css Color HEX #603F01 Raw Umber

📋 copy color: '#603F01'

red 96 ◦ green 63 ◦ blue 1

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

Shades of Raw Umber #603F01

Tints of Raw Umber #603F01

RGB

 RED value IS 96 (37.89% from 255) = 60%

 GREEN value IS 63 (25% from 255) = 39.38%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 60%
G = 39.38%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#603F01 (or 0x603F01) is known color: Raw Umber. HEX triplet: 60, 3F and 01. RGB value is (96,63,1). Sum of RGB (Red+Green+Blue) = 96+63+1=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #603F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F01 is #9FC0FE. Grayscale: #424242. Windows color (decimal): -10469631 or 81760. OLE color: 81760.

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

Color convert

RGB 96 63 1 -
CMYK 0 0.34 0.99 0.62
HSL 39.16º 0.98% 0.19% -
HSV(B) 39.16º 0.99% 0.38% -
XYZ 6.61 6.04 0.85 -
YUV 65.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 96 63 1 0 0.34 0.99 0.62 39.16 0.98 0.19
Hex 60 3F 1 0 22 63 3E 27 62 13
Octal 140 77 1 0 42 143 76 47 142 23
Binary 1100000 111111 1 0 100010 1100011 111110 100111 1100010 10011

Color Harmonies of #603F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F01

Black with #603F01

Text Example


Text Example

White with #603F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #603F01;
 }
 .AnyTagClassName
 {
   color: #603F01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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