Html Css Color HEX #65403D Sanguine Brown

📋 copy color: '#65403D'

red 101 ◦ green 64 ◦ blue 61

#65403D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sanguine Brown #65403D

Tints of Sanguine Brown #65403D

RGB

 RED value IS 101 (39.84% from 255) = 44.69%

 GREEN value IS 64 (25.39% from 255) = 28.32%

 BLUE value IS 61 (24.22% from 255) = 26.99%

R = 44.69%
G = 28.32%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#65403D (or 0x65403D) is known color: Sanguine Brown. HEX triplet: 65, 40 and 3D. RGB value is (101,64,61). Sum of RGB (Red+Green+Blue) = 101+64+61=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #65403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65403D is #9ABFC2. Grayscale: #4A4A4A. Windows color (decimal): -10141635 or 4014181. OLE color: 4014181.

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

Color convert

RGB 101 64 61 -
CMYK 0 0.37 0.40 0.60
HSL 4.5º 0.25% 0.32% -
HSV(B) 4.5º 0.4% 0.4% -
XYZ 8.04 6.77 5.3 -
YUV 74.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 101 64 61 0 0.37 0.40 0.60 4.5 0.25 0.32
Hex 65 40 3D 0 25 28 3C 4 19 20
Octal 145 100 75 0 45 50 74 4 31 40
Binary 1100101 1000000 111101 0 100101 101000 111100 100 11001 100000

Color Harmonies of #65403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65403D

Black with #65403D

Text Example


Text Example

White with #65403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65403D;
 }
 .AnyTagClassName
 {
   color: #65403D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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