#654140

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

Shades of Sanguine Brown #654140

Tints of Sanguine Brown #654140

Color information

#654140 (or 0x654140) is unknown color: approx Sanguine Brown. HEX triplet: 65, 41 and 40. RGB value is (101,65,64). Sum of RGB (Red+Green+Blue) = 101+65+64=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #654140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654140 is #9ABEBF. Grayscale: #4B4B4B. Windows color (decimal): -10141376 or 4211045. OLE color: 4211045.

HSL color Cylindrical-coordinate representation of color #654140: hue angle of 1.62º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #654140 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB1016564-
CMYK00.360.370.60
HSL1.62º22.42%32.35%-
HSV(B)1.62º36.63%39.61%-
XYZ8.186.925.75-
YUV75.65121.43146.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=43.91%
G=28.26%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101656400.360.370.601.6222.4232.35
Hex654140024253C21620
Octal145101100044457422640
Binary11001011000001100000001001001001011111001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654140; }

 p { color: rgb(101,65,64); }

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

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

 a { background-color: rgb(101,65,64); }

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

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

 span { border-color: rgb(101,65,64); }

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