#614A3F

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

Shades of Saddle #614A3F

Tints of Saddle #614A3F

Color information

#614A3F (or 0x614A3F) is unknown color: approx Saddle. HEX triplet: 61, 4A and 3F. RGB value is (97,74,63). Sum of RGB (Red+Green+Blue) = 97+74+63=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A3F is #9EB5C0. Grayscale: #4F4F4F. Windows color (decimal): -10401217 or 4147809. OLE color: 4147809.

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

Color convert

RGB977463-
CMYK00.240.350.62
HSL19.41º21.25%31.37%-
HSV(B)19.41º35.05%38.04%-
XYZ8.287.85.77-
YUV79.62118.62140.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 74 (29.30% from 255) = 31.62%
BLUE value IS 63 (25% from 255) = 26.92%
R=41.45%
G=31.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97746300.240.350.6219.4121.2531.37
Hex614A3F018233E13151f
Octal141112770304376232537
Binary11000011001010111111011000100011111110100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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