Html Css Color HEX #6D3E3C Sanguine Brown

📋 copy color: '#6D3E3C'

red 109 ◦ green 62 ◦ blue 60

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

Shades of Sanguine Brown #6D3E3C

Tints of Sanguine Brown #6D3E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.84%

 BLUE value IS 60 (23.83% from 255) = 25.97%

R = 47.19%
G = 26.84%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6D3E3C (or 0x6D3E3C) is known color: Sanguine Brown. HEX triplet: 6D, 3E and 3C. RGB value is (109,62,60). Sum of RGB (Red+Green+Blue) = 109+62+60=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E3C is #92C1C3. Grayscale: #4B4B4B. Windows color (decimal): -9617860 or 3948141. OLE color: 3948141.

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

Color convert

RGB 109 62 60 -
CMYK 0 0.43 0.45 0.57
HSL 2.45º 0.29% 0.33% -
HSV(B) 2.45º 0.45% 0.43% -
XYZ 8.84 7.02 5.16 -
YUV 75.83 119.07 151.66 -
System Red Green Blue C M Y K H S L
Decimal 109 62 60 0 0.43 0.45 0.57 2.45 0.29 0.33
Hex 6D 3E 3C 0 2B 2D 39 2 1D 21
Octal 155 76 74 0 53 55 71 2 35 41
Binary 1101101 111110 111100 0 101011 101101 111001 10 11101 100001

Color Harmonies of #6D3E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3E3C

Black with #6D3E3C

Text Example


Text Example

White with #6D3E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,62,60); }

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

background-color css

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

 a { background-color: rgb(109,62,60); }

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

border-color css

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

 span { border-color: rgb(109,62,60); }

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