Html Css Color HEX #614B40 Saddle

📋 copy color: '#614B40'

red 97 ◦ green 75 ◦ blue 64

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

Shades of Saddle #614B40

Tints of Saddle #614B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.78%

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 41.1%
G = 31.78%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#614B40 (or 0x614B40) is known color: Saddle. HEX triplet: 61, 4B and 40. RGB value is (97,75,64). Sum of RGB (Red+Green+Blue) = 97+75+64=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #614B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B40 is #9EB4BF. Grayscale: #505050. Windows color (decimal): -10400960 or 4213601. OLE color: 4213601.

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

Color convert

RGB 97 75 64 -
CMYK 0 0.23 0.34 0.62
HSL 20º 0.2% 0.32% -
HSV(B) 20º 0.34% 0.38% -
XYZ 8.37 7.94 5.94 -
YUV 80.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 97 75 64 0 0.23 0.34 0.62 20 0.2 0.32
Hex 61 4B 40 0 17 22 3E 14 14 20
Octal 141 113 100 0 27 42 76 24 24 40
Binary 1100001 1001011 1000000 0 10111 100010 111110 10100 10100 100000

Color Harmonies of #614B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B40

Black with #614B40

Text Example


Text Example

White with #614B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,75,64); }

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

background-color css

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

 a { background-color: rgb(97,75,64); }

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

border-color css

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

 span { border-color: rgb(97,75,64); }

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