Html Css Color HEX #6B3734 Sanguine Brown

📋 copy color: '#6B3734'

red 107 ◦ green 55 ◦ blue 52

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

Shades of Sanguine Brown #6B3734

Tints of Sanguine Brown #6B3734

RGB

 RED value IS 107 (42.19% from 255) = 50%

 GREEN value IS 55 (21.88% from 255) = 25.7%

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

R = 50%
G = 25.7%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6B3734 (or 0x6B3734) is known color: Sanguine Brown. HEX triplet: 6B, 37 and 34. RGB value is (107,55,52). Sum of RGB (Red+Green+Blue) = 107+55+52=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3734 is #94C8CB. Grayscale: #464646. Windows color (decimal): -9750732 or 3422059. OLE color: 3422059.

HSL color Cylindrical-coordinate representation of color #6B3734: hue angle of 3.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B3734 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 55 52 -
CMYK 0 0.49 0.51 0.58
HSL 3.27º 0.35% 0.31% -
HSV(B) 3.27º 0.51% 0.42% -
XYZ 8.05 6.11 4 -
YUV 70.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 107 55 52 0 0.49 0.51 0.58 3.27 0.35 0.31
Hex 6B 37 34 0 31 33 3A 3 23 1F
Octal 153 67 64 0 61 63 72 3 43 37
Binary 1101011 110111 110100 0 110001 110011 111010 11 100011 11111

Color Harmonies of #6B3734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3734

Black with #6B3734

Text Example


Text Example

White with #6B3734

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,55,52); }

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

background-color css

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

 a { background-color: rgb(107,55,52); }

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

border-color css

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

 span { border-color: rgb(107,55,52); }

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