Html Css Color HEX #604400 Raw Umber

📋 copy color: '#604400'

red 96 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #604400

Tints of Raw Umber #604400

RGB

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

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

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

R = 58.54%
G = 41.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#604400 (or 0x604400) is known color: Raw Umber. HEX triplet: 60, 44 and 00. RGB value is (96,68,0). Sum of RGB (Red+Green+Blue) = 96+68+0=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #604400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604400 is #9FBBFF. Grayscale: #444444. Windows color (decimal): -10468352 or 17504. OLE color: 17504.

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

Color convert

RGB 96 68 0 -
CMYK 0 0.29 1 0.62
HSL 42.5º 1% 0.19% -
HSV(B) 42.5º 1% 0.38% -
XYZ 6.89 6.62 0.91 -
YUV 68.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 96 68 0 0 0.29 1 0.62 42.5 1 0.19
Hex 60 44 0 0 1D 64 3E 2A 64 13
Octal 140 104 0 0 35 144 76 52 144 23
Binary 1100000 1000100 0 0 11101 1100100 111110 101010 1100100 10011

Color Harmonies of #604400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604400

Black with #604400

Text Example


Text Example

White with #604400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604400; }

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

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

background-color css

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

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

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

border-color css

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

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

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