Html Css Color HEX #6F4140 Sanguine Brown

📋 copy color: '#6F4140'

red 111 ◦ green 65 ◦ blue 64

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

Shades of Sanguine Brown #6F4140

Tints of Sanguine Brown #6F4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

 BLUE value IS 64 (25.39% from 255) = 26.67%

R = 46.25%
G = 27.08%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F4140 (or 0x6F4140) is known color: Sanguine Brown. HEX triplet: 6F, 41 and 40. RGB value is (111,65,64). Sum of RGB (Red+Green+Blue) = 111+65+64=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4140 is #90BEBF. Grayscale: #4E4E4E. Windows color (decimal): -9486016 or 4211055. OLE color: 4211055.

HSL color Cylindrical-coordinate representation of color #6F4140: hue angle of 1.28º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4140 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 65 64 -
CMYK 0 0.41 0.42 0.56
HSL 1.28º 0.27% 0.34% -
HSV(B) 1.28º 0.42% 0.44% -
XYZ 9.37 7.53 5.81 -
YUV 78.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 111 65 64 0 0.41 0.42 0.56 1.28 0.27 0.34
Hex 6F 41 40 0 29 2A 38 1 1B 22
Octal 157 101 100 0 51 52 70 1 33 42
Binary 1101111 1000001 1000000 0 101001 101010 111000 1 11011 100010

Color Harmonies of #6F4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4140

Black with #6F4140

Text Example


Text Example

White with #6F4140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,65,64); }

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

background-color css

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

 a { background-color: rgb(111,65,64); }

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

border-color css

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

 span { border-color: rgb(111,65,64); }

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