#645047

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

Shades of Saddle #645047

Tints of Saddle #645047

Color information

#645047 (or 0x645047) is unknown color: approx Saddle. HEX triplet: 64, 50 and 47. RGB value is (100,80,71). Sum of RGB (Red+Green+Blue) = 100+80+71=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #645047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645047 is #9BAFB8. Grayscale: #555555. Windows color (decimal): -10203065 or 4673636. OLE color: 4673636.

HSL color Cylindrical-coordinate representation of color #645047: hue angle of 18.62º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #645047 is Cyan = 0, Magento = 0.2, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB1008071-
CMYK00.20.290.61
HSL18.62º16.96%33.53%-
HSV(B)18.62º29%39.22%-
XYZ9.268.97.19-
YUV84.95120.13138.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=39.84%
G=31.87%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100807100.20.290.6118.6216.9633.53
Hex6450470141D3D131122
Octal1441201070243575232142
Binary110010010100001000111010100111011111011001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645047; }

 p { color: rgb(100,80,71); }

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

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

 a { background-color: rgb(100,80,71); }

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

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

 span { border-color: rgb(100,80,71); }

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