Html Css Color HEX #6F4047 Tosca

📋 copy color: '#6F4047'

red 111 ◦ green 64 ◦ blue 71

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

Shades of Tosca #6F4047

Tints of Tosca #6F4047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

 BLUE value IS 71 (28.13% from 255) = 28.86%

R = 45.12%
G = 26.02%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#6F4047 (or 0x6F4047) is known color: Tosca. HEX triplet: 6F, 40 and 47. RGB value is (111,64,71). Sum of RGB (Red+Green+Blue) = 111+64+71=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4047 is #90BFB8. Grayscale: #4E4E4E. Windows color (decimal): -9486265 or 4669551. OLE color: 4669551.

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

Color convert

RGB 111 64 71 -
CMYK 0 0.42 0.36 0.56
HSL 351.06º 0.27% 0.34% -
HSV(B) 351.06º 0.42% 0.44% -
XYZ 9.53 7.5 6.91 -
YUV 78.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 111 64 71 0 0.42 0.36 0.56 351.06 0.27 0.34
Hex 6F 40 47 0 2A 24 38 15F 1B 22
Octal 157 100 107 0 52 44 70 537 33 42
Binary 1101111 1000000 1000111 0 101010 100100 111000 101011111 11011 100010

Color Harmonies of #6F4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4047

Black with #6F4047

Text Example


Text Example

White with #6F4047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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