#604A43

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

Shades of Saddle #604A43

Tints of Saddle #604A43

Color information

#604A43 (or 0x604A43) is unknown color: approx Saddle. HEX triplet: 60, 4A and 43. RGB value is (96,74,67). Sum of RGB (Red+Green+Blue) = 96+74+67=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 74 (29.30% from 255 or 31.22% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #604A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A43 is #9FB5BC. Grayscale: #4F4F4F. Windows color (decimal): -10466749 or 4409952. OLE color: 4409952.

HSL color Cylindrical-coordinate representation of color #604A43: hue angle of 14.48º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604A43 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB967467-
CMYK00.230.300.62
HSL14.48º17.79%31.96%-
HSV(B)14.48º30.21%37.65%-
XYZ8.297.796.38-
YUV79.78120.79139.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 74 (29.30% from 255) = 31.22%
BLUE value IS 67 (26.56% from 255) = 28.27%
R=40.51%
G=31.22%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96746700.230.300.6214.4817.7931.96
Hex604A430171E3Ee1220
Octal1401121030273676162240
Binary11000001001010100001101011111110111110111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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