Html Css Color HEX #614A41 Saddle

📋 copy color: '#614A41'

red 97 ◦ green 74 ◦ blue 65

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

Shades of Saddle #614A41

Tints of Saddle #614A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 41.1%
G = 31.36%
B = 27.54%

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

#614A41 (or 0x614A41) is known color: Saddle. HEX triplet: 61, 4A and 41. RGB value is (97,74,65). Sum of RGB (Red+Green+Blue) = 97+74+65=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #614A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A41 is #9EB5BE. Grayscale: #4F4F4F. Windows color (decimal): -10401215 or 4278881. OLE color: 4278881.

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

Color convert

RGB 97 74 65 -
CMYK 0 0.24 0.33 0.62
HSL 16.88º 0.2% 0.32% -
HSV(B) 16.88º 0.33% 0.38% -
XYZ 8.33 7.82 6.07 -
YUV 79.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 97 74 65 0 0.24 0.33 0.62 16.88 0.2 0.32
Hex 61 4A 41 0 18 21 3E 11 14 20
Octal 141 112 101 0 30 41 76 21 24 40
Binary 1100001 1001010 1000001 0 11000 100001 111110 10001 10100 100000

Color Harmonies of #614A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A41

Black with #614A41

Text Example


Text Example

White with #614A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,65); }

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

background-color css

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

 a { background-color: rgb(97,74,65); }

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

border-color css

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

 span { border-color: rgb(97,74,65); }

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