#604B41

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

Shades of Saddle #604B41

Tints of Saddle #604B41

Color information

#604B41 (or 0x604B41) is unknown color: approx Saddle. HEX triplet: 60, 4B and 41. RGB value is (96,75,65). Sum of RGB (Red+Green+Blue) = 96+75+65=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #604B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B41 is #9FB4BE. Grayscale: #505050. Windows color (decimal): -10466495 or 4279136. OLE color: 4279136.

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

Color convert

RGB967565-
CMYK00.220.320.62
HSL19.35º19.25%31.57%-
HSV(B)19.35º32.29%37.65%-
XYZ8.297.96.09-
YUV80.14119.46139.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.68%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=40.68%
G=31.78%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96756500.220.320.6219.3519.2531.57
Hex604B41016203E131320
Octal1401131010264076232340
Binary1100000100101110000010101101000001111101001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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