Html Css Color HEX #6F4448 Tosca

📋 copy color: '#6F4448'

red 111 ◦ green 68 ◦ blue 72

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

Shades of Tosca #6F4448

Tints of Tosca #6F4448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 44.22%
G = 27.09%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F4448 (or 0x6F4448) is known color: Tosca. HEX triplet: 6F, 44 and 48. RGB value is (111,68,72). Sum of RGB (Red+Green+Blue) = 111+68+72=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4448 is #90BBB7. Grayscale: #515151. Windows color (decimal): -9485240 or 4736111. OLE color: 4736111.

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

Color convert

RGB 111 68 72 -
CMYK 0 0.39 0.35 0.56
HSL 354.42º 0.24% 0.35% -
HSV(B) 354.42º 0.39% 0.44% -
XYZ 9.79 7.98 7.16 -
YUV 81.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 111 68 72 0 0.39 0.35 0.56 354.42 0.24 0.35
Hex 6F 44 48 0 27 23 38 162 18 23
Octal 157 104 110 0 47 43 70 542 30 43
Binary 1101111 1000100 1001000 0 100111 100011 111000 101100010 11000 100011

Color Harmonies of #6F4448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4448

Black with #6F4448

Text Example


Text Example

White with #6F4448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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