Html Css Color HEX #604940 Saddle

📋 copy color: '#604940'

red 96 ◦ green 73 ◦ blue 64

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

Shades of Saddle #604940

Tints of Saddle #604940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 41.2%
G = 31.33%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#604940 (or 0x604940) is known color: Saddle. HEX triplet: 60, 49 and 40. RGB value is (96,73,64). Sum of RGB (Red+Green+Blue) = 96+73+64=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #604940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604940 is #9FB6BF. Grayscale: #4E4E4E. Windows color (decimal): -10467008 or 4213088. OLE color: 4213088.

HSL color Cylindrical-coordinate representation of color #604940: hue angle of 16.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604940 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 73 64 -
CMYK 0 0.24 0.33 0.62
HSL 16.88º 0.2% 0.31% -
HSV(B) 16.88º 0.33% 0.38% -
XYZ 8.13 7.62 5.89 -
YUV 78.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 96 73 64 0 0.24 0.33 0.62 16.88 0.2 0.31
Hex 60 49 40 0 18 21 3E 11 14 1F
Octal 140 111 100 0 30 41 76 21 24 37
Binary 1100000 1001001 1000000 0 11000 100001 111110 10001 10100 11111

Color Harmonies of #604940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604940

Black with #604940

Text Example


Text Example

White with #604940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604940; }

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

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

background-color css

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

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

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

border-color css

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

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

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