Html Css Color HEX #604003 Raw Umber

📋 copy color: '#604003'

red 96 ◦ green 64 ◦ blue 3

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

Shades of Raw Umber #604003

Tints of Raw Umber #604003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.26%

 BLUE value IS 3 (1.56% from 255) = 1.84%

R = 58.9%
G = 39.26%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#604003 (or 0x604003) is known color: Raw Umber. HEX triplet: 60, 40 and 03. RGB value is (96,64,3). Sum of RGB (Red+Green+Blue) = 96+64+3=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #604003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604003 is #9FBFFC. Grayscale: #424242. Windows color (decimal): -10469373 or 213088. OLE color: 213088.

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

Color convert

RGB 96 64 3 -
CMYK 0 0.33 0.97 0.62
HSL 39.35º 0.94% 0.19% -
HSV(B) 39.35º 0.97% 0.38% -
XYZ 6.67 6.16 0.92 -
YUV 66.61 92.1 148.96 -
System Red Green Blue C M Y K H S L
Decimal 96 64 3 0 0.33 0.97 0.62 39.35 0.94 0.19
Hex 60 40 3 0 21 61 3E 27 5E 13
Octal 140 100 3 0 41 141 76 47 136 23
Binary 1100000 1000000 11 0 100001 1100001 111110 100111 1011110 10011

Color Harmonies of #604003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604003

Black with #604003

Text Example


Text Example

White with #604003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604003; }

 p { color: rgb(96,64,3); }

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

background-color css

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

 a { background-color: rgb(96,64,3); }

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

border-color css

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

 span { border-color: rgb(96,64,3); }

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