Html Css Color HEX #603D04 Raw Umber

📋 copy color: '#603D04'

red 96 ◦ green 61 ◦ blue 4

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

Shades of Raw Umber #603D04

Tints of Raw Umber #603D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.89%

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 59.63%
G = 37.89%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#603D04 (or 0x603D04) is known color: Raw Umber. HEX triplet: 60, 3D and 04. RGB value is (96,61,4). Sum of RGB (Red+Green+Blue) = 96+61+4=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #603D04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D04 is #9FC2FB. Grayscale: #414141. Windows color (decimal): -10470140 or 277856. OLE color: 277856.

HSL color Cylindrical-coordinate representation of color #603D04: hue angle of 37.17º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #603D04 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 4 -
CMYK 0 0.36 0.96 0.62
HSL 37.17º 0.92% 0.2% -
HSV(B) 37.17º 0.96% 0.38% -
XYZ 6.51 5.83 0.9 -
YUV 64.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 96 61 4 0 0.36 0.96 0.62 37.17 0.92 0.2
Hex 60 3D 4 0 24 60 3E 25 5C 14
Octal 140 75 4 0 44 140 76 45 134 24
Binary 1100000 111101 100 0 100100 1100000 111110 100101 1011100 10100

Color Harmonies of #603D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D04

Black with #603D04

Text Example


Text Example

White with #603D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,61,4); }

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

background-color css

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

 a { background-color: rgb(96,61,4); }

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

border-color css

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

 span { border-color: rgb(96,61,4); }

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