Html Css Color HEX #6F3E41 Tosca

📋 copy color: '#6F3E41'

red 111 ◦ green 62 ◦ blue 65

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

Shades of Tosca #6F3E41

Tints of Tosca #6F3E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 46.64%
G = 26.05%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F3E41 (or 0x6F3E41) is known color: Tosca. HEX triplet: 6F, 3E and 41. RGB value is (111,62,65). Sum of RGB (Red+Green+Blue) = 111+62+65=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E41 is #90C1BE. Grayscale: #4D4D4D. Windows color (decimal): -9486783 or 4275823. OLE color: 4275823.

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

Color convert

RGB 111 62 65 -
CMYK 0 0.44 0.41 0.56
HSL 356.33º 0.28% 0.34% -
HSV(B) 356.33º 0.44% 0.44% -
XYZ 9.23 7.21 5.91 -
YUV 76.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 111 62 65 0 0.44 0.41 0.56 356.33 0.28 0.34
Hex 6F 3E 41 0 2C 29 38 164 1C 22
Octal 157 76 101 0 54 51 70 544 34 42
Binary 1101111 111110 1000001 0 101100 101001 111000 101100100 11100 100010

Color Harmonies of #6F3E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3E41

Black with #6F3E41

Text Example


Text Example

White with #6F3E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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