Html Css Color HEX #6F4548 Tosca

📋 copy color: '#6F4548'

red 111 ◦ green 69 ◦ blue 72

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

Shades of Tosca #6F4548

Tints of Tosca #6F4548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 44.05%
G = 27.38%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F4548 (or 0x6F4548) is known color: Tosca. HEX triplet: 6F, 45 and 48. RGB value is (111,69,72). Sum of RGB (Red+Green+Blue) = 111+69+72=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4548 is #90BAB7. Grayscale: #515151. Windows color (decimal): -9484984 or 4736367. OLE color: 4736367.

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

Color convert

RGB 111 69 72 -
CMYK 0 0.38 0.35 0.56
HSL 355.71º 0.23% 0.35% -
HSV(B) 355.71º 0.38% 0.44% -
XYZ 9.85 8.1 7.18 -
YUV 81.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 111 69 72 0 0.38 0.35 0.56 355.71 0.23 0.35
Hex 6F 45 48 0 26 23 38 164 17 23
Octal 157 105 110 0 46 43 70 544 27 43
Binary 1101111 1000101 1001000 0 100110 100011 111000 101100100 10111 100011

Color Harmonies of #6F4548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4548

Black with #6F4548

Text Example


Text Example

White with #6F4548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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