#624A40

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

Shades of Saddle #624A40

Tints of Saddle #624A40

Color information

#624A40 (or 0x624A40) is unknown color: approx Saddle. HEX triplet: 62, 4A and 40. RGB value is (98,74,64). Sum of RGB (Red+Green+Blue) = 98+74+64=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 98 - color contains mainly: red. Hex color #624A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A40 is #9DB5BF. Grayscale: #505050. Windows color (decimal): -10335680 or 4213346. OLE color: 4213346.

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

Color convert

RGB987464-
CMYK00.240.350.62
HSL17.65º20.99%31.76%-
HSV(B)17.65º34.69%38.43%-
XYZ8.417.865.93-
YUV80.04118.95140.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.53%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=41.53%
G=31.36%
B=27.12%

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
Decimal98746400.240.350.6217.6520.9931.76
Hex624A40018233E121520
Octal1421121000304376222540
Binary1100010100101010000000110001000111111101001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624A40; }

 p { color: rgb(98,74,64); }

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

<style>
 a { background-color: #624A40; }

 a { background-color: rgb(98,74,64); }

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

<style>
 span { border-color: #624A40; }

 span { border-color: rgb(98,74,64); }

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