Html Css Color HEX #614C41 Saddle

📋 copy color: '#614C41'

red 97 ◦ green 76 ◦ blue 65

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

Shades of Saddle #614C41

Tints of Saddle #614C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.93%

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

R = 40.76%
G = 31.93%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#614C41 (or 0x614C41) is known color: Saddle. HEX triplet: 61, 4C and 41. RGB value is (97,76,65). Sum of RGB (Red+Green+Blue) = 97+76+65=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #614C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C41 is #9EB3BE. Grayscale: #515151. Windows color (decimal): -10400703 or 4279393. OLE color: 4279393.

HSL color Cylindrical-coordinate representation of color #614C41: hue angle of 20.62º 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 #614C41 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 76 65 -
CMYK 0 0.22 0.33 0.62
HSL 20.63º 0.2% 0.32% -
HSV(B) 20.63º 0.33% 0.38% -
XYZ 8.47 8.09 6.12 -
YUV 81.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 97 76 65 0 0.22 0.33 0.62 20.63 0.2 0.32
Hex 61 4C 41 0 16 21 3E 15 14 20
Octal 141 114 101 0 26 41 76 25 24 40
Binary 1100001 1001100 1000001 0 10110 100001 111110 10101 10100 100000

Color Harmonies of #614C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C41

Black with #614C41

Text Example


Text Example

White with #614C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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