Html Css Color HEX #6F3B42 Tosca

📋 copy color: '#6F3B42'

red 111 ◦ green 59 ◦ blue 66

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

Shades of Tosca #6F3B42

Tints of Tosca #6F3B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 47.03%
G = 25%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F3B42 (or 0x6F3B42) is known color: Tosca. HEX triplet: 6F, 3B and 42. RGB value is (111,59,66). Sum of RGB (Red+Green+Blue) = 111+59+66=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3B42 is #90C4BD. Grayscale: #4B4B4B. Windows color (decimal): -9487550 or 4340591. OLE color: 4340591.

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

Color convert

RGB 111 59 66 -
CMYK 0 0.47 0.41 0.56
HSL 351.92º 0.31% 0.33% -
HSV(B) 351.92º 0.47% 0.44% -
XYZ 9.1 6.9 6.01 -
YUV 75.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 111 59 66 0 0.47 0.41 0.56 351.92 0.31 0.33
Hex 6F 3B 42 0 2F 29 38 160 1F 21
Octal 157 73 102 0 57 51 70 540 37 41
Binary 1101111 111011 1000010 0 101111 101001 111000 101100000 11111 100001

Color Harmonies of #6F3B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3B42

Black with #6F3B42

Text Example


Text Example

White with #6F3B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,59,66); }

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

background-color css

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

 a { background-color: rgb(111,59,66); }

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

border-color css

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

 span { border-color: rgb(111,59,66); }

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