#614B41

Color #614B41 Saddle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle #614B41

Tints of Saddle #614B41

Color information

#614B41 (or 0x614B41) is unknown color: approx Saddle. HEX triplet: 61, 4B and 41. RGB value is (97,75,65). Sum of RGB (Red+Green+Blue) = 97+75+65=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #614B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B41 is #9EB4BE. Grayscale: #505050. Windows color (decimal): -10400959 or 4279137. OLE color: 4279137.

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

Color convert

RGB977565-
CMYK00.230.330.62
HSL18.75º19.75%31.76%-
HSV(B)18.75º32.99%38.04%-
XYZ8.47.966.09-
YUV80.44119.29139.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 65 (25.78% from 255) = 27.43%
R=40.93%
G=31.65%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97756500.230.330.6218.7519.7531.76
Hex614B41017213E131420
Octal1411131010274176232440
Binary1100001100101110000010101111000011111101001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #614B41;
 }
 .AnyTagClassName
 {
   color: #614B41;
 }
</style>
background-color css

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

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

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

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

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

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