Html Css Color HEX #6F414A Tosca

📋 copy color: '#6F414A'

red 111 ◦ green 65 ◦ blue 74

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

Shades of Tosca #6F414A

Tints of Tosca #6F414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 44.4%
G = 26%
B = 29.6%

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

#6F414A (or 0x6F414A) is known color: Tosca. HEX triplet: 6F, 41 and 4A. RGB value is (111,65,74). Sum of RGB (Red+Green+Blue) = 111+65+74=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F414A is #90BEB5. Grayscale: #4F4F4F. Windows color (decimal): -9486006 or 4866415. OLE color: 4866415.

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

Color convert

RGB 111 65 74 -
CMYK 0 0.41 0.33 0.56
HSL 348.26º 0.26% 0.35% -
HSV(B) 348.26º 0.41% 0.44% -
XYZ 9.68 7.65 7.45 -
YUV 79.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 111 65 74 0 0.41 0.33 0.56 348.26 0.26 0.35
Hex 6F 41 4A 0 29 21 38 15C 1A 23
Octal 157 101 112 0 51 41 70 534 32 43
Binary 1101111 1000001 1001010 0 101001 100001 111000 101011100 11010 100011

Color Harmonies of #6F414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F414A

Black with #6F414A

Text Example


Text Example

White with #6F414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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