#604C43

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

Shades of Saddle #604C43

Tints of Saddle #604C43

Color information

#604C43 (or 0x604C43) is unknown color: approx Saddle. HEX triplet: 60, 4C and 43. RGB value is (96,76,67). Sum of RGB (Red+Green+Blue) = 96+76+67=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #604C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C43 is #9FB3BC. Grayscale: #515151. Windows color (decimal): -10466237 or 4410464. OLE color: 4410464.

HSL color Cylindrical-coordinate representation of color #604C43: hue angle of 18.62º 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 #604C43 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB967667-
CMYK00.210.300.62
HSL18.62º17.79%31.96%-
HSV(B)18.62º30.21%37.65%-
XYZ8.428.066.42-
YUV80.95120.13138.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 76 (30.08% from 255) = 31.80%
BLUE value IS 67 (26.56% from 255) = 28.03%
R=40.17%
G=31.80%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96766700.210.300.6218.6217.7931.96
Hex604C430151E3E131220
Octal1401141030253676232240
Binary110000010011001000011010101111101111101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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