Html Css Color HEX #604E48 Saddle

📋 copy color: '#604E48'

red 96 ◦ green 78 ◦ blue 72

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

Shades of Saddle #604E48

Tints of Saddle #604E48

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.71%

 BLUE value IS 72 (28.52% from 255) = 29.27%

R = 39.02%
G = 31.71%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#604E48 (or 0x604E48) is known color: Saddle. HEX triplet: 60, 4E and 48. RGB value is (96,78,72). Sum of RGB (Red+Green+Blue) = 96+78+72=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #604E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E48 is #9FB1B7. Grayscale: #525252. Windows color (decimal): -10465720 or 4738656. OLE color: 4738656.

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

Color convert

RGB 96 78 72 -
CMYK 0 0.19 0.25 0.62
HSL 15º 0.14% 0.33% -
HSV(B) 15º 0.25% 0.38% -
XYZ 8.72 8.4 7.29 -
YUV 82.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 96 78 72 0 0.19 0.25 0.62 15 0.14 0.33
Hex 60 4E 48 0 13 19 3E F E 21
Octal 140 116 110 0 23 31 76 17 16 41
Binary 1100000 1001110 1001000 0 10011 11001 111110 1111 1110 100001

Color Harmonies of #604E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E48

Black with #604E48

Text Example


Text Example

White with #604E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,78,72); }

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

background-color css

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

 a { background-color: rgb(96,78,72); }

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

border-color css

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

 span { border-color: rgb(96,78,72); }

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