Html Css Color HEX #614C45 Saddle

📋 copy color: '#614C45'

red 97 ◦ green 76 ◦ blue 69

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

Shades of Saddle #614C45

Tints of Saddle #614C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 28.51%

R = 40.08%
G = 31.4%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#614C45 (or 0x614C45) is known color: Saddle. HEX triplet: 61, 4C and 45. RGB value is (97,76,69). Sum of RGB (Red+Green+Blue) = 97+76+69=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #614C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C45 is #9EB3BA. Grayscale: #515151. Windows color (decimal): -10400699 or 4541537. OLE color: 4541537.

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

Color convert

RGB 97 76 69 -
CMYK 0 0.22 0.29 0.62
HSL 15º 0.17% 0.33% -
HSV(B) 15º 0.29% 0.38% -
XYZ 8.59 8.14 6.75 -
YUV 81.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 97 76 69 0 0.22 0.29 0.62 15 0.17 0.33
Hex 61 4C 45 0 16 1D 3E F 11 21
Octal 141 114 105 0 26 35 76 17 21 41
Binary 1100001 1001100 1000101 0 10110 11101 111110 1111 10001 100001

Color Harmonies of #614C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C45

Black with #614C45

Text Example


Text Example

White with #614C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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