Html Css Color HEX #6F424A Tosca

📋 copy color: '#6F424A'

red 111 ◦ green 66 ◦ blue 74

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

Shades of Tosca #6F424A

Tints of Tosca #6F424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

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

R = 44.22%
G = 26.29%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F424A (or 0x6F424A) is known color: Tosca. HEX triplet: 6F, 42 and 4A. RGB value is (111,66,74). Sum of RGB (Red+Green+Blue) = 111+66+74=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F424A is #90BDB5. Grayscale: #505050. Windows color (decimal): -9485750 or 4866671. OLE color: 4866671.

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

Color convert

RGB 111 66 74 -
CMYK 0 0.41 0.33 0.56
HSL 349.33º 0.25% 0.35% -
HSV(B) 349.33º 0.41% 0.44% -
XYZ 9.74 7.77 7.47 -
YUV 80.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 111 66 74 0 0.41 0.33 0.56 349.33 0.25 0.35
Hex 6F 42 4A 0 29 21 38 15D 19 23
Octal 157 102 112 0 51 41 70 535 31 43
Binary 1101111 1000010 1001010 0 101001 100001 111000 101011101 11001 100011

Color Harmonies of #6F424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F424A

Black with #6F424A

Text Example


Text Example

White with #6F424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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