Html Css Color HEX #6F474D Tosca

📋 copy color: '#6F474D'

red 111 ◦ green 71 ◦ blue 77

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

Shades of Tosca #6F474D

Tints of Tosca #6F474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 77 (30.47% from 255) = 29.73%

R = 42.86%
G = 27.41%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F474D (or 0x6F474D) is known color: Tosca. HEX triplet: 6F, 47 and 4D. RGB value is (111,71,77). Sum of RGB (Red+Green+Blue) = 111+71+77=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F474D is #90B8B2. Grayscale: #535353. Windows color (decimal): -9484467 or 5064559. OLE color: 5064559.

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

Color convert

RGB 111 71 77 -
CMYK 0 0.36 0.31 0.56
HSL 351º 0.22% 0.36% -
HSV(B) 351º 0.36% 0.44% -
XYZ 10.15 8.42 8.11 -
YUV 83.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 111 71 77 0 0.36 0.31 0.56 351 0.22 0.36
Hex 6F 47 4D 0 24 1F 38 15F 16 24
Octal 157 107 115 0 44 37 70 537 26 44
Binary 1101111 1000111 1001101 0 100100 11111 111000 101011111 10110 100100

Color Harmonies of #6F474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F474D

Black with #6F474D

Text Example


Text Example

White with #6F474D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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