Html Css Color HEX #614F49 Saddle

📋 copy color: '#614F49'

red 97 ◦ green 79 ◦ blue 73

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

Shades of Saddle #614F49

Tints of Saddle #614F49

RGB

 RED value IS 97 (38.28% from 255) = 38.96%

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

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

R = 38.96%
G = 31.73%
B = 29.32%

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

#614F49 (or 0x614F49) is known color: Saddle. HEX triplet: 61, 4F and 49. RGB value is (97,79,73). Sum of RGB (Red+Green+Blue) = 97+79+73=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #614F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F49 is #9EB0B6. Grayscale: #535353. Windows color (decimal): -10399927 or 4804449. OLE color: 4804449.

HSL color Cylindrical-coordinate representation of color #614F49: 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 #614F49 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 79 73 -
CMYK 0 0.19 0.25 0.62
HSL 15º 0.14% 0.33% -
HSV(B) 15º 0.25% 0.38% -
XYZ 8.93 8.61 7.5 -
YUV 83.7 121.96 137.49 -
System Red Green Blue C M Y K H S L
Decimal 97 79 73 0 0.19 0.25 0.62 15 0.14 0.33
Hex 61 4F 49 0 13 19 3E F E 21
Octal 141 117 111 0 23 31 76 17 16 41
Binary 1100001 1001111 1001001 0 10011 11001 111110 1111 1110 100001

Color Harmonies of #614F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F49

Black with #614F49

Text Example


Text Example

White with #614F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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