Html Css Color HEX #6D403D Sanguine Brown

📋 copy color: '#6D403D'

red 109 ◦ green 64 ◦ blue 61

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

Shades of Sanguine Brown #6D403D

Tints of Sanguine Brown #6D403D

RGB

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

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

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

R = 46.58%
G = 27.35%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D403D (or 0x6D403D) is known color: Sanguine Brown. HEX triplet: 6D, 40 and 3D. RGB value is (109,64,61). Sum of RGB (Red+Green+Blue) = 109+64+61=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D403D is #92BFC2. Grayscale: #4D4D4D. Windows color (decimal): -9617347 or 4014189. OLE color: 4014189.

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

Color convert

RGB 109 64 61 -
CMYK 0 0.41 0.44 0.57
HSL 3.75º 0.28% 0.33% -
HSV(B) 3.75º 0.44% 0.43% -
XYZ 8.98 7.25 5.34 -
YUV 77.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 109 64 61 0 0.41 0.44 0.57 3.75 0.28 0.33
Hex 6D 40 3D 0 29 2C 39 4 1C 21
Octal 155 100 75 0 51 54 71 4 34 41
Binary 1101101 1000000 111101 0 101001 101100 111001 100 11100 100001

Color Harmonies of #6D403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D403D

Black with #6D403D

Text Example


Text Example

White with #6D403D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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