Html Css Color HEX #6F4348 Tosca

📋 copy color: '#6F4348'

red 111 ◦ green 67 ◦ blue 72

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

Shades of Tosca #6F4348

Tints of Tosca #6F4348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.8%

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

R = 44.4%
G = 26.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F4348 (or 0x6F4348) is known color: Tosca. HEX triplet: 6F, 43 and 48. RGB value is (111,67,72). Sum of RGB (Red+Green+Blue) = 111+67+72=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4348 is #90BCB7. Grayscale: #505050. Windows color (decimal): -9485496 or 4735855. OLE color: 4735855.

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

Color convert

RGB 111 67 72 -
CMYK 0 0.40 0.35 0.56
HSL 353.18º 0.25% 0.35% -
HSV(B) 353.18º 0.4% 0.44% -
XYZ 9.73 7.86 7.14 -
YUV 80.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 111 67 72 0 0.40 0.35 0.56 353.18 0.25 0.35
Hex 6F 43 48 0 28 23 38 161 19 23
Octal 157 103 110 0 50 43 70 541 31 43
Binary 1101111 1000011 1001000 0 101000 100011 111000 101100001 11001 100011

Color Harmonies of #6F4348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4348

Black with #6F4348

Text Example


Text Example

White with #6F4348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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