Html Css Color HEX #604901 Raw Umber

📋 copy color: '#604901'

red 96 ◦ green 73 ◦ blue 1

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

Shades of Raw Umber #604901

Tints of Raw Umber #604901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.94%

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

R = 56.47%
G = 42.94%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#604901 (or 0x604901) is known color: Raw Umber. HEX triplet: 60, 49 and 01. RGB value is (96,73,1). Sum of RGB (Red+Green+Blue) = 96+73+1=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #604901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604901 is #9FB6FE. Grayscale: #474747. Windows color (decimal): -10467071 or 84320. OLE color: 84320.

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

Color convert

RGB 96 73 1 -
CMYK 0 0.24 0.99 0.62
HSL 45.47º 0.98% 0.19% -
HSV(B) 45.47º 0.99% 0.38% -
XYZ 7.21 7.25 1.05 -
YUV 71.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 96 73 1 0 0.24 0.99 0.62 45.47 0.98 0.19
Hex 60 49 1 0 18 63 3E 2D 62 13
Octal 140 111 1 0 30 143 76 55 142 23
Binary 1100000 1001001 1 0 11000 1100011 111110 101101 1100010 10011

Color Harmonies of #604901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604901

Black with #604901

Text Example


Text Example

White with #604901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604901; }

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

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

background-color css

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

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

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

border-color css

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

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

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