Html Css Color HEX #6F484F Tosca

📋 copy color: '#6F484F'

red 111 ◦ green 72 ◦ blue 79

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

Shades of Tosca #6F484F

Tints of Tosca #6F484F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 79 (31.25% from 255) = 30.15%

R = 42.37%
G = 27.48%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#6F484F (or 0x6F484F) is known color: Tosca. HEX triplet: 6F, 48 and 4F. RGB value is (111,72,79). Sum of RGB (Red+Green+Blue) = 111+72+79=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F484F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F484F is #90B7B0. Grayscale: #545454. Windows color (decimal): -9484209 or 5195887. OLE color: 5195887.

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

Color convert

RGB 111 72 79 -
CMYK 0 0.35 0.29 0.56
HSL 349.23º 0.21% 0.36% -
HSV(B) 349.23º 0.35% 0.44% -
XYZ 10.28 8.58 8.51 -
YUV 84.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 111 72 79 0 0.35 0.29 0.56 349.23 0.21 0.36
Hex 6F 48 4F 0 23 1D 38 15D 15 24
Octal 157 110 117 0 43 35 70 535 25 44
Binary 1101111 1001000 1001111 0 100011 11101 111000 101011101 10101 100100

Color Harmonies of #6F484F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F484F

Black with #6F484F

Text Example


Text Example

White with #6F484F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,79); }

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

background-color css

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

 a { background-color: rgb(111,72,79); }

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

border-color css

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

 span { border-color: rgb(111,72,79); }

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