Html Css Color HEX #6F3934 Sanguine Brown

📋 copy color: '#6F3934'

red 111 ◦ green 57 ◦ blue 52

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

Shades of Sanguine Brown #6F3934

Tints of Sanguine Brown #6F3934

RGB

 RED value IS 111 (43.75% from 255) = 50.45%

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

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

R = 50.45%
G = 25.91%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F3934 (or 0x6F3934) is known color: Sanguine Brown. HEX triplet: 6F, 39 and 34. RGB value is (111,57,52). Sum of RGB (Red+Green+Blue) = 111+57+52=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3934 is #90C6CB. Grayscale: #484848. Windows color (decimal): -9488076 or 3422575. OLE color: 3422575.

HSL color Cylindrical-coordinate representation of color #6F3934: hue angle of 5.08º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3934 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 57 52 -
CMYK 0 0.49 0.53 0.56
HSL 5.08º 0.36% 0.32% -
HSV(B) 5.08º 0.53% 0.44% -
XYZ 8.64 6.55 4.06 -
YUV 72.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 111 57 52 0 0.49 0.53 0.56 5.08 0.36 0.32
Hex 6F 39 34 0 31 35 38 5 24 20
Octal 157 71 64 0 61 65 70 5 44 40
Binary 1101111 111001 110100 0 110001 110101 111000 101 100100 100000

Color Harmonies of #6F3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3934

Black with #6F3934

Text Example


Text Example

White with #6F3934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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