Html Css Color HEX #6F4248 Tosca

📋 copy color: '#6F4248'

red 111 ◦ green 66 ◦ blue 72

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

Shades of Tosca #6F4248

Tints of Tosca #6F4248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

 BLUE value IS 72 (28.52% from 255) = 28.92%

R = 44.58%
G = 26.51%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F4248 (or 0x6F4248) is known color: Tosca. HEX triplet: 6F, 42 and 48. RGB value is (111,66,72). Sum of RGB (Red+Green+Blue) = 111+66+72=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4248 is #90BDB7. Grayscale: #505050. Windows color (decimal): -9485752 or 4735599. OLE color: 4735599.

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

Color convert

RGB 111 66 72 -
CMYK 0 0.41 0.35 0.56
HSL 352º 0.25% 0.35% -
HSV(B) 352º 0.41% 0.44% -
XYZ 9.67 7.74 7.12 -
YUV 80.14 123.41 150.01 -
System Red Green Blue C M Y K H S L
Decimal 111 66 72 0 0.41 0.35 0.56 352 0.25 0.35
Hex 6F 42 48 0 29 23 38 160 19 23
Octal 157 102 110 0 51 43 70 540 31 43
Binary 1101111 1000010 1001000 0 101001 100011 111000 101100000 11001 100011

Color Harmonies of #6F4248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4248

Black with #6F4248

Text Example


Text Example

White with #6F4248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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