#604A3F

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

Shades of Saddle #604A3F

Tints of Saddle #604A3F

Color information

#604A3F (or 0x604A3F) is unknown color: approx Saddle. HEX triplet: 60, 4A and 3F. RGB value is (96,74,63). Sum of RGB (Red+Green+Blue) = 96+74+63=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #604A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A3F is #9FB5C0. Grayscale: #4F4F4F. Windows color (decimal): -10466753 or 4147808. OLE color: 4147808.

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

Color convert

RGB967463-
CMYK00.230.340.62
HSL20º20.75%31.18%-
HSV(B)20º34.38%37.65%-
XYZ8.177.745.77-
YUV79.32118.79139.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 74 (29.30% from 255) = 31.76%
BLUE value IS 63 (25% from 255) = 27.04%
R=41.20%
G=31.76%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96746300.230.340.622020.7531.18
Hex604A3F017223E14151f
Octal140112770274276242537
Binary11000001001010111111010111100010111110101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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