Html Css Color HEX #604F49 Saddle

📋 copy color: '#604F49'

red 96 ◦ green 79 ◦ blue 73

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

Shades of Saddle #604F49

Tints of Saddle #604F49

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

 BLUE value IS 73 (28.91% from 255) = 29.44%

R = 38.71%
G = 31.85%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#604F49 (or 0x604F49) is known color: Saddle. HEX triplet: 60, 4F and 49. RGB value is (96,79,73). Sum of RGB (Red+Green+Blue) = 96+79+73=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F49 is #9FB0B6. Grayscale: #535353. Windows color (decimal): -10465463 or 4804448. OLE color: 4804448.

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

Color convert

RGB 96 79 73 -
CMYK 0 0.18 0.24 0.62
HSL 15.65º 0.14% 0.33% -
HSV(B) 15.65º 0.24% 0.38% -
XYZ 8.82 8.56 7.49 -
YUV 83.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 96 79 73 0 0.18 0.24 0.62 15.65 0.14 0.33
Hex 60 4F 49 0 12 18 3E 10 E 21
Octal 140 117 111 0 22 30 76 20 16 41
Binary 1100000 1001111 1001001 0 10010 11000 111110 10000 1110 100001

Color Harmonies of #604F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F49

Black with #604F49

Text Example


Text Example

White with #604F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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