Html Css Color HEX #604800 Raw Umber

📋 copy color: '#604800'

red 96 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #604800

Tints of Raw Umber #604800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

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

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#604800 (or 0x604800) is known color: Raw Umber. HEX triplet: 60, 48 and 00. RGB value is (96,72,0). Sum of RGB (Red+Green+Blue) = 96+72+0=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #604800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604800 is #9FB7FF. Grayscale: #474747. Windows color (decimal): -10467328 or 18528. OLE color: 18528.

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

Color convert

RGB 96 72 0 -
CMYK 0 0.25 1 0.62
HSL 45º 1% 0.19% -
HSV(B) 45º 1% 0.38% -
XYZ 7.14 7.12 1 -
YUV 70.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 96 72 0 0 0.25 1 0.62 45 1 0.19
Hex 60 48 0 0 19 64 3E 2D 64 13
Octal 140 110 0 0 31 144 76 55 144 23
Binary 1100000 1001000 0 0 11001 1100100 111110 101101 1100100 10011

Color Harmonies of #604800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604800

Black with #604800

Text Example


Text Example

White with #604800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604800; }

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

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

background-color css

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

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

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

border-color css

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

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

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