Html Css Color HEX #604100 Raw Umber

📋 copy color: '#604100'

red 96 ◦ green 65 ◦ blue 0

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

Shades of Raw Umber #604100

Tints of Raw Umber #604100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.37%

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

R = 59.63%
G = 40.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#604100 (or 0x604100) is known color: Raw Umber. HEX triplet: 60, 41 and 00. RGB value is (96,65,0). Sum of RGB (Red+Green+Blue) = 96+65+0=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #604100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604100 is #9FBEFF. Grayscale: #434343. Windows color (decimal): -10469120 or 16736. OLE color: 16736.

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

Color convert

RGB 96 65 0 -
CMYK 0 0.32 1 0.62
HSL 40.63º 1% 0.19% -
HSV(B) 40.63º 1% 0.38% -
XYZ 6.71 6.27 0.86 -
YUV 66.86 90.27 148.79 -
System Red Green Blue C M Y K H S L
Decimal 96 65 0 0 0.32 1 0.62 40.63 1 0.19
Hex 60 41 0 0 20 64 3E 29 64 13
Octal 140 101 0 0 40 144 76 51 144 23
Binary 1100000 1000001 0 0 100000 1100100 111110 101001 1100100 10011

Color Harmonies of #604100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604100

Black with #604100

Text Example


Text Example

White with #604100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604100; }

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

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

background-color css

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

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

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

border-color css

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

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

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