Html Css Color HEX #6F3634 Sanguine Brown

📋 copy color: '#6F3634'

red 111 ◦ green 54 ◦ blue 52

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

Shades of Sanguine Brown #6F3634

Tints of Sanguine Brown #6F3634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

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

R = 51.15%
G = 24.88%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#6F3634 (or 0x6F3634) is known color: Sanguine Brown. HEX triplet: 6F, 36 and 34. RGB value is (111,54,52). Sum of RGB (Red+Green+Blue) = 111+54+52=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3634 is #90C9CB. Grayscale: #464646. Windows color (decimal): -9488844 or 3421807. OLE color: 3421807.

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

Color convert

RGB 111 54 52 -
CMYK 0 0.51 0.53 0.56
HSL 2.03º 0.36% 0.32% -
HSV(B) 2.03º 0.53% 0.44% -
XYZ 8.49 6.27 4.01 -
YUV 70.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 111 54 52 0 0.51 0.53 0.56 2.03 0.36 0.32
Hex 6F 36 34 0 33 35 38 2 24 20
Octal 157 66 64 0 63 65 70 2 44 40
Binary 1101111 110110 110100 0 110011 110101 111000 10 100100 100000

Color Harmonies of #6F3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3634

Black with #6F3634

Text Example


Text Example

White with #6F3634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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