Html Css Color HEX #6D403F Sanguine Brown

📋 copy color: '#6D403F'

red 109 ◦ green 64 ◦ blue 63

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

Shades of Sanguine Brown #6D403F

Tints of Sanguine Brown #6D403F

RGB

 RED value IS 109 (42.97% from 255) = 46.19%

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

 BLUE value IS 63 (25% from 255) = 26.69%

R = 46.19%
G = 27.12%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#6D403F (or 0x6D403F) is known color: Sanguine Brown. HEX triplet: 6D, 40 and 3F. RGB value is (109,64,63). Sum of RGB (Red+Green+Blue) = 109+64+63=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D403F is #92BFC0. Grayscale: #4D4D4D. Windows color (decimal): -9617345 or 4145261. OLE color: 4145261.

HSL color Cylindrical-coordinate representation of color #6D403F: hue angle of 1.3º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D403F is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 64 63 -
CMYK 0 0.41 0.42 0.57
HSL 1.3º 0.27% 0.34% -
HSV(B) 1.3º 0.42% 0.43% -
XYZ 9.04 7.28 5.63 -
YUV 77.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 109 64 63 0 0.41 0.42 0.57 1.3 0.27 0.34
Hex 6D 40 3F 0 29 2A 39 1 1B 22
Octal 155 100 77 0 51 52 71 1 33 42
Binary 1101101 1000000 111111 0 101001 101010 111001 1 11011 100010

Color Harmonies of #6D403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D403F

Black with #6D403F

Text Example


Text Example

White with #6D403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D403F; }

 p { color: rgb(109,64,63); }

 H1.HeaderClassName
 {
   color: #6D403F;
 }
 .AnyTagClassName
 {
   color: #6D403F;
 }
</style>

background-color css

<style>
 a { background-color: #6D403F; }

 a { background-color: rgb(109,64,63); }

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

border-color css

<style>
 span { border-color: #6D403F; }

 span { border-color: rgb(109,64,63); }

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