#653D3D

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

Shades of Sanguine Brown #653D3D

Tints of Sanguine Brown #653D3D

Color information

#653D3D (or 0x653D3D) is unknown color: approx Sanguine Brown. HEX triplet: 65, 3D and 3D. RGB value is (101,61,61). Sum of RGB (Red+Green+Blue) = 101+61+61=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #653D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D3D is #9AC2C2. Grayscale: #484848. Windows color (decimal): -10142403 or 4013413. OLE color: 4013413.

HSL color Cylindrical-coordinate representation of color #653D3D: hue angle of 0º 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 #653D3D is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB1016161-
CMYK00.400.400.60
HSL24.69%31.76%-
HSV(B)39.6%39.61%-
XYZ7.886.445.24-
YUV72.96121.25148-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.29%
GREEN value IS 61 (24.22% from 255) = 27.35%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=45.29%
G=27.35%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101616100.400.400.60024.6931.76
Hex653D3D028283C01920
Octal1457575050507403140
Binary11001011111011111010101000101000111100011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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