#653E3D

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

Shades of Sanguine Brown #653E3D

Tints of Sanguine Brown #653E3D

Color information

#653E3D (or 0x653E3D) is unknown color: approx Sanguine Brown. HEX triplet: 65, 3E and 3D. RGB value is (101,62,61). Sum of RGB (Red+Green+Blue) = 101+62+61=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #653E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653E3D is #9AC1C2. Grayscale: #494949. Windows color (decimal): -10142147 or 4013669. OLE color: 4013669.

HSL color Cylindrical-coordinate representation of color #653E3D: hue angle of 1.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #653E3D is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1016261-
CMYK00.390.400.60
HSL1.5º24.69%31.76%-
HSV(B)1.5º39.6%39.61%-
XYZ7.936.555.26-
YUV73.55120.92147.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 62 (24.61% from 255) = 27.68%
BLUE value IS 61 (24.22% from 255) = 27.23%
R=45.09%
G=27.68%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101626100.390.400.601.524.6931.76
Hex653E3D027283C21920
Octal1457675047507423140
Binary110010111111011110101001111010001111001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653E3D; }

 p { color: rgb(101,62,61); }

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

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

 a { background-color: rgb(101,62,61); }

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

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

 span { border-color: rgb(101,62,61); }

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