#65403E

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

Shades of Sanguine Brown #65403E

Tints of Sanguine Brown #65403E

Color information

#65403E (or 0x65403E) is unknown color: approx Sanguine Brown. HEX triplet: 65, 40 and 3E. RGB value is (101,64,62). Sum of RGB (Red+Green+Blue) = 101+64+62=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #65403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65403E is #9ABFC1. Grayscale: #4A4A4A. Windows color (decimal): -10141634 or 4079717. OLE color: 4079717.

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

Color convert

RGB1016462-
CMYK00.370.390.60
HSL3.08º23.93%31.96%-
HSV(B)3.08º38.61%39.61%-
XYZ8.076.785.44-
YUV74.83120.76146.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 62 (24.61% from 255) = 27.31%
R=44.49%
G=28.19%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101646200.370.390.603.0823.9331.96
Hex65403E025273C31820
Octal14510076045477433040
Binary1100101100000011111001001011001111111001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65403E; }

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

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

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

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

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

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

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

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