Html Css Color HEX #604900 Raw Umber

📋 copy color: '#604900'

red 96 ◦ green 73 ◦ blue 0

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

Shades of Raw Umber #604900

Tints of Raw Umber #604900

RGB

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

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

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

R = 56.8%
G = 43.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#604900 (or 0x604900) is known color: Raw Umber. HEX triplet: 60, 49 and 00. RGB value is (96,73,0). Sum of RGB (Red+Green+Blue) = 96+73+0=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #604900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604900 is #9FB6FF. Grayscale: #474747. Windows color (decimal): -10467072 or 18784. OLE color: 18784.

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

Color convert

RGB 96 73 0 -
CMYK 0 0.24 1 0.62
HSL 45.63º 1% 0.19% -
HSV(B) 45.63º 1% 0.38% -
XYZ 7.21 7.25 1.02 -
YUV 71.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 96 73 0 0 0.24 1 0.62 45.63 1 0.19
Hex 60 49 0 0 18 64 3E 2E 64 13
Octal 140 111 0 0 30 144 76 56 144 23
Binary 1100000 1001001 0 0 11000 1100100 111110 101110 1100100 10011

Color Harmonies of #604900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604900

Black with #604900

Text Example


Text Example

White with #604900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604900; }

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

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

background-color css

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

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

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

border-color css

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

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

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