Html Css Color HEX #604401 Raw Umber

📋 copy color: '#604401'

red 96 ◦ green 68 ◦ blue 1

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

Shades of Raw Umber #604401

Tints of Raw Umber #604401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.21%

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

R = 58.18%
G = 41.21%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#604401 (or 0x604401) is known color: Raw Umber. HEX triplet: 60, 44 and 01. RGB value is (96,68,1). Sum of RGB (Red+Green+Blue) = 96+68+1=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #604401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604401 is #9FBBFE. Grayscale: #454545. Windows color (decimal): -10468351 or 83040. OLE color: 83040.

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

Color convert

RGB 96 68 1 -
CMYK 0 0.29 0.99 0.62
HSL 42.32º 0.98% 0.19% -
HSV(B) 42.32º 0.99% 0.38% -
XYZ 6.9 6.62 0.94 -
YUV 68.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 96 68 1 0 0.29 0.99 0.62 42.32 0.98 0.19
Hex 60 44 1 0 1D 63 3E 2A 62 13
Octal 140 104 1 0 35 143 76 52 142 23
Binary 1100000 1000100 1 0 11101 1100011 111110 101010 1100010 10011

Color Harmonies of #604401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604401

Black with #604401

Text Example


Text Example

White with #604401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604401; }

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

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

background-color css

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

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

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

border-color css

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

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

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