Html Css Color HEX #604500 Raw Umber

📋 copy color: '#604500'

red 96 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #604500

Tints of Raw Umber #604500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 41.82%

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

R = 58.18%
G = 41.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#604500 (or 0x604500) is known color: Raw Umber. HEX triplet: 60, 45 and 00. RGB value is (96,69,0). Sum of RGB (Red+Green+Blue) = 96+69+0=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #604500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604500 is #9FBAFF. Grayscale: #454545. Windows color (decimal): -10468096 or 17760. OLE color: 17760.

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

Color convert

RGB 96 69 0 -
CMYK 0 0.28 1 0.62
HSL 43.13º 1% 0.19% -
HSV(B) 43.13º 1% 0.38% -
XYZ 6.95 6.74 0.94 -
YUV 69.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 96 69 0 0 0.28 1 0.62 43.13 1 0.19
Hex 60 45 0 0 1C 64 3E 2B 64 13
Octal 140 105 0 0 34 144 76 53 144 23
Binary 1100000 1000101 0 0 11100 1100100 111110 101011 1100100 10011

Color Harmonies of #604500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604500

Black with #604500

Text Example


Text Example

White with #604500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604500; }

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

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

background-color css

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

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

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

border-color css

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

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

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