Html Css Color HEX #6D3534 Sanguine Brown

📋 copy color: '#6D3534'

red 109 ◦ green 53 ◦ blue 52

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

Shades of Sanguine Brown #6D3534

Tints of Sanguine Brown #6D3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

 BLUE value IS 52 (20.7% from 255) = 24.3%

R = 50.93%
G = 24.77%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6D3534 (or 0x6D3534) is known color: Sanguine Brown. HEX triplet: 6D, 35 and 34. RGB value is (109,53,52). Sum of RGB (Red+Green+Blue) = 109+53+52=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3534 is #92CACB. Grayscale: #454545. Windows color (decimal): -9620172 or 3421549. OLE color: 3421549.

HSL color Cylindrical-coordinate representation of color #6D3534: hue angle of 1.05º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3534 is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 53 52 -
CMYK 0 0.51 0.52 0.57
HSL 1.05º 0.35% 0.32% -
HSV(B) 1.05º 0.52% 0.43% -
XYZ 8.2 6.05 3.98 -
YUV 69.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 109 53 52 0 0.51 0.52 0.57 1.05 0.35 0.32
Hex 6D 35 34 0 33 34 39 1 23 20
Octal 155 65 64 0 63 64 71 1 43 40
Binary 1101101 110101 110100 0 110011 110100 111001 1 100011 100000

Color Harmonies of #6D3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3534

Black with #6D3534

Text Example


Text Example

White with #6D3534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,53,52); }

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

background-color css

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

 a { background-color: rgb(109,53,52); }

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

border-color css

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

 span { border-color: rgb(109,53,52); }

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