Html Css Color HEX #6F464A Tosca

📋 copy color: '#6F464A'

red 111 ◦ green 70 ◦ blue 74

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

Shades of Tosca #6F464A

Tints of Tosca #6F464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 43.53%
G = 27.45%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F464A (or 0x6F464A) is known color: Tosca. HEX triplet: 6F, 46 and 4A. RGB value is (111,70,74). Sum of RGB (Red+Green+Blue) = 111+70+74=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F464A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F464A is #90B9B5. Grayscale: #525252. Windows color (decimal): -9484726 or 4867695. OLE color: 4867695.

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

Color convert

RGB 111 70 74 -
CMYK 0 0.37 0.33 0.56
HSL 354.15º 0.23% 0.35% -
HSV(B) 354.15º 0.37% 0.44% -
XYZ 9.98 8.25 7.55 -
YUV 82.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 111 70 74 0 0.37 0.33 0.56 354.15 0.23 0.35
Hex 6F 46 4A 0 25 21 38 162 17 23
Octal 157 106 112 0 45 41 70 542 27 43
Binary 1101111 1000110 1001010 0 100101 100001 111000 101100010 10111 100011

Color Harmonies of #6F464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F464A

Black with #6F464A

Text Example


Text Example

White with #6F464A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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