#653F3C

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

Shades of Sanguine Brown #653F3C

Tints of Sanguine Brown #653F3C

Color information

#653F3C (or 0x653F3C) is unknown color: approx Sanguine Brown. HEX triplet: 65, 3F and 3C. RGB value is (101,63,60). Sum of RGB (Red+Green+Blue) = 101+63+60=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 101 - color contains mainly: red. Hex color #653F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653F3C is #9AC0C3. Grayscale: #4A4A4A. Windows color (decimal): -10141892 or 3948389. OLE color: 3948389.

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

Color convert

RGB1016360-
CMYK00.380.410.60
HSL4.39º25.47%31.57%-
HSV(B)4.39º40.59%39.61%-
XYZ7.966.655.14-
YUV74.02120.09147.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 63 (25% from 255) = 28.12%
BLUE value IS 60 (23.83% from 255) = 26.79%
R=45.09%
G=28.12%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101636000.380.410.604.3925.4731.57
Hex653F3C026293C41920
Octal1457774046517443140
Binary1100101111111111100010011010100111110010011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,63,60); }

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

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

 a { background-color: rgb(101,63,60); }

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

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

 span { border-color: rgb(101,63,60); }

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