Html Css Color HEX #603E00 Raw Umber

📋 copy color: '#603E00'

red 96 ◦ green 62 ◦ blue 0

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

Shades of Raw Umber #603E00

Tints of Raw Umber #603E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 39.24%

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

R = 60.76%
G = 39.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#603E00 (or 0x603E00) is known color: Raw Umber. HEX triplet: 60, 3E and 00. RGB value is (96,62,0). Sum of RGB (Red+Green+Blue) = 96+62+0=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #603E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E00 is #9FC1FF. Grayscale: #414141. Windows color (decimal): -10469888 or 15968. OLE color: 15968.

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

Color convert

RGB 96 62 0 -
CMYK 0 0.35 1 0.62
HSL 38.75º 1% 0.19% -
HSV(B) 38.75º 1% 0.38% -
XYZ 6.55 5.93 0.8 -
YUV 65.1 91.26 150.04 -
System Red Green Blue C M Y K H S L
Decimal 96 62 0 0 0.35 1 0.62 38.75 1 0.19
Hex 60 3E 0 0 23 64 3E 27 64 13
Octal 140 76 0 0 43 144 76 47 144 23
Binary 1100000 111110 0 0 100011 1100100 111110 100111 1100100 10011

Color Harmonies of #603E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603E00

Black with #603E00

Text Example


Text Example

White with #603E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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