Html Css Color HEX #603D00 Raw Umber

📋 copy color: '#603D00'

red 96 ◦ green 61 ◦ blue 0

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

Shades of Raw Umber #603D00

Tints of Raw Umber #603D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.15%
G = 38.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#603D00 (or 0x603D00) is known color: Raw Umber. HEX triplet: 60, 3D and 00. RGB value is (96,61,0). Sum of RGB (Red+Green+Blue) = 96+61+0=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 0 (0.39% from 255 or 0% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #603D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D00 is #9FC2FF. Grayscale: #404040. Windows color (decimal): -10470144 or 15712. OLE color: 15712.

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

Color convert

RGB 96 61 0 -
CMYK 0 0.36 1 0.62
HSL 38.13º 1% 0.19% -
HSV(B) 38.13º 1% 0.38% -
XYZ 6.49 5.82 0.78 -
YUV 64.51 91.6 150.46 -
System Red Green Blue C M Y K H S L
Decimal 96 61 0 0 0.36 1 0.62 38.13 1 0.19
Hex 60 3D 0 0 24 64 3E 26 64 13
Octal 140 75 0 0 44 144 76 46 144 23
Binary 1100000 111101 0 0 100100 1100100 111110 100110 1100100 10011

Color Harmonies of #603D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D00

Black with #603D00

Text Example


Text Example

White with #603D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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