Html Css Color HEX #6F454C Tosca

📋 copy color: '#6F454C'

red 111 ◦ green 69 ◦ blue 76

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

Shades of Tosca #6F454C

Tints of Tosca #6F454C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.69%

R = 43.36%
G = 26.95%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#6F454C (or 0x6F454C) is known color: Tosca. HEX triplet: 6F, 45 and 4C. RGB value is (111,69,76). Sum of RGB (Red+Green+Blue) = 111+69+76=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F454C is #90BAB3. Grayscale: #525252. Windows color (decimal): -9484980 or 4998511. OLE color: 4998511.

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

Color convert

RGB 111 69 76 -
CMYK 0 0.38 0.32 0.56
HSL 350º 0.23% 0.35% -
HSV(B) 350º 0.38% 0.44% -
XYZ 9.99 8.16 7.89 -
YUV 82.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 111 69 76 0 0.38 0.32 0.56 350 0.23 0.35
Hex 6F 45 4C 0 26 20 38 15E 17 23
Octal 157 105 114 0 46 40 70 536 27 43
Binary 1101111 1000101 1001100 0 100110 100000 111000 101011110 10111 100011

Color Harmonies of #6F454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F454C

Black with #6F454C

Text Example


Text Example

White with #6F454C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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