Html Css Color HEX #6F3E40 Tosca

📋 copy color: '#6F3E40'

red 111 ◦ green 62 ◦ blue 64

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

Shades of Tosca #6F3E40

Tints of Tosca #6F3E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27%

R = 46.84%
G = 26.16%
B = 27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F3E40 (or 0x6F3E40) is known color: Tosca. HEX triplet: 6F, 3E and 40. RGB value is (111,62,64). Sum of RGB (Red+Green+Blue) = 111+62+64=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E40 is #90C1BF. Grayscale: #4C4C4C. Windows color (decimal): -9486784 or 4210287. OLE color: 4210287.

HSL color Cylindrical-coordinate representation of color #6F3E40: hue angle of 357.55º 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 #6F3E40 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 62 64 -
CMYK 0 0.44 0.42 0.56
HSL 357.55º 0.28% 0.34% -
HSV(B) 357.55º 0.44% 0.44% -
XYZ 9.2 7.19 5.75 -
YUV 76.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 111 62 64 0 0.44 0.42 0.56 357.55 0.28 0.34
Hex 6F 3E 40 0 2C 2A 38 166 1C 22
Octal 157 76 100 0 54 52 70 546 34 42
Binary 1101111 111110 1000000 0 101100 101010 111000 101100110 11100 100010

Color Harmonies of #6F3E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E40

Black with #6F3E40

Text Example


Text Example

White with #6F3E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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