Html Css Color HEX #6F4446 Tosca

📋 copy color: '#6F4446'

red 111 ◦ green 68 ◦ blue 70

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

Shades of Tosca #6F4446

Tints of Tosca #6F4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

 BLUE value IS 70 (27.73% from 255) = 28.11%

R = 44.58%
G = 27.31%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F4446 (or 0x6F4446) is known color: Tosca. HEX triplet: 6F, 44 and 46. RGB value is (111,68,70). Sum of RGB (Red+Green+Blue) = 111+68+70=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 70 (27.73% from 255 or 28.11% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4446 is #90BBB9. Grayscale: #515151. Windows color (decimal): -9485242 or 4605039. OLE color: 4605039.

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

Color convert

RGB 111 68 70 -
CMYK 0 0.39 0.37 0.56
HSL 357.21º 0.24% 0.35% -
HSV(B) 357.21º 0.39% 0.44% -
XYZ 9.73 7.96 6.82 -
YUV 81.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 111 68 70 0 0.39 0.37 0.56 357.21 0.24 0.35
Hex 6F 44 46 0 27 25 38 165 18 23
Octal 157 104 106 0 47 45 70 545 30 43
Binary 1101111 1000100 1000110 0 100111 100101 111000 101100101 11000 100011

Color Harmonies of #6F4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4446

Black with #6F4446

Text Example


Text Example

White with #6F4446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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