Html Css Color HEX #6F3E44 Tosca

📋 copy color: '#6F3E44'

red 111 ◦ green 62 ◦ blue 68

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

Shades of Tosca #6F3E44

Tints of Tosca #6F3E44

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.73%

 BLUE value IS 68 (26.95% from 255) = 28.22%

R = 46.06%
G = 25.73%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#6F3E44 (or 0x6F3E44) is known color: Tosca. HEX triplet: 6F, 3E and 44. RGB value is (111,62,68). Sum of RGB (Red+Green+Blue) = 111+62+68=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E44 is #90C1BB. Grayscale: #4D4D4D. Windows color (decimal): -9486780 or 4472431. OLE color: 4472431.

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

Color convert

RGB 111 62 68 -
CMYK 0 0.44 0.39 0.56
HSL 352.65º 0.28% 0.34% -
HSV(B) 352.65º 0.44% 0.44% -
XYZ 9.32 7.24 6.38 -
YUV 77.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 111 62 68 0 0.44 0.39 0.56 352.65 0.28 0.34
Hex 6F 3E 44 0 2C 27 38 161 1C 22
Octal 157 76 104 0 54 47 70 541 34 42
Binary 1101111 111110 1000100 0 101100 100111 111000 101100001 11100 100010

Color Harmonies of #6F3E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E44

Black with #6F3E44

Text Example


Text Example

White with #6F3E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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