Html Css Color HEX #6F454A Tosca

📋 copy color: '#6F454A'

red 111 ◦ green 69 ◦ blue 74

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

Shades of Tosca #6F454A

Tints of Tosca #6F454A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 43.7%
G = 27.17%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F454A (or 0x6F454A) is known color: Tosca. HEX triplet: 6F, 45 and 4A. RGB value is (111,69,74). Sum of RGB (Red+Green+Blue) = 111+69+74=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F454A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F454A is #90BAB5. Grayscale: #525252. Windows color (decimal): -9484982 or 4867439. OLE color: 4867439.

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

Color convert

RGB 111 69 74 -
CMYK 0 0.38 0.33 0.56
HSL 352.86º 0.23% 0.35% -
HSV(B) 352.86º 0.38% 0.44% -
XYZ 9.92 8.13 7.53 -
YUV 82.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 111 69 74 0 0.38 0.33 0.56 352.86 0.23 0.35
Hex 6F 45 4A 0 26 21 38 161 17 23
Octal 157 105 112 0 46 41 70 541 27 43
Binary 1101111 1000101 1001010 0 100110 100001 111000 101100001 10111 100011

Color Harmonies of #6F454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F454A

Black with #6F454A

Text Example


Text Example

White with #6F454A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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