Html Css Color HEX #6F474A Tosca

📋 copy color: '#6F474A'

red 111 ◦ green 71 ◦ blue 74

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

Shades of Tosca #6F474A

Tints of Tosca #6F474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 43.36%
G = 27.73%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F474A (or 0x6F474A) is known color: Tosca. HEX triplet: 6F, 47 and 4A. RGB value is (111,71,74). Sum of RGB (Red+Green+Blue) = 111+71+74=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F474A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F474A is #90B8B5. Grayscale: #535353. Windows color (decimal): -9484470 or 4867951. OLE color: 4867951.

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

Color convert

RGB 111 71 74 -
CMYK 0 0.36 0.33 0.56
HSL 355.5º 0.22% 0.36% -
HSV(B) 355.5º 0.36% 0.44% -
XYZ 10.04 8.38 7.57 -
YUV 83.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 111 71 74 0 0.36 0.33 0.56 355.5 0.22 0.36
Hex 6F 47 4A 0 24 21 38 164 16 24
Octal 157 107 112 0 44 41 70 544 26 44
Binary 1101111 1000111 1001010 0 100100 100001 111000 101100100 10110 100100

Color Harmonies of #6F474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F474A

Black with #6F474A

Text Example


Text Example

White with #6F474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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