Html Css Color HEX #6B3934 Sanguine Brown

📋 copy color: '#6B3934'

red 107 ◦ green 57 ◦ blue 52

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

Shades of Sanguine Brown #6B3934

Tints of Sanguine Brown #6B3934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.39%

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

R = 49.54%
G = 26.39%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6B3934 (or 0x6B3934) is known color: Sanguine Brown. HEX triplet: 6B, 39 and 34. RGB value is (107,57,52). Sum of RGB (Red+Green+Blue) = 107+57+52=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3934 is #94C6CB. Grayscale: #474747. Windows color (decimal): -9750220 or 3422571. OLE color: 3422571.

HSL color Cylindrical-coordinate representation of color #6B3934: hue angle of 5.45º 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 #6B3934 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 57 52 -
CMYK 0 0.47 0.51 0.58
HSL 5.45º 0.35% 0.31% -
HSV(B) 5.45º 0.51% 0.42% -
XYZ 8.15 6.3 4.04 -
YUV 71.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 107 57 52 0 0.47 0.51 0.58 5.45 0.35 0.31
Hex 6B 39 34 0 2F 33 3A 5 23 1F
Octal 153 71 64 0 57 63 72 5 43 37
Binary 1101011 111001 110100 0 101111 110011 111010 101 100011 11111

Color Harmonies of #6B3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3934

Black with #6B3934

Text Example


Text Example

White with #6B3934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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