Html Css Color HEX #6F434A Tosca

📋 copy color: '#6F434A'

red 111 ◦ green 67 ◦ blue 74

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

Shades of Tosca #6F434A

Tints of Tosca #6F434A

RGB

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

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

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

R = 44.05%
G = 26.59%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F434A (or 0x6F434A) is known color: Tosca. HEX triplet: 6F, 43 and 4A. RGB value is (111,67,74). Sum of RGB (Red+Green+Blue) = 111+67+74=252 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.05% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 111 - color contains mainly: red. Hex color #6F434A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F434A is #90BCB5. Grayscale: #505050. Windows color (decimal): -9485494 or 4866927. OLE color: 4866927.

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

Color convert

RGB 111 67 74 -
CMYK 0 0.40 0.33 0.56
HSL 350.45º 0.25% 0.35% -
HSV(B) 350.45º 0.4% 0.44% -
XYZ 9.8 7.89 7.48 -
YUV 80.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 111 67 74 0 0.40 0.33 0.56 350.45 0.25 0.35
Hex 6F 43 4A 0 28 21 38 15E 19 23
Octal 157 103 112 0 50 41 70 536 31 43
Binary 1101111 1000011 1001010 0 101000 100001 111000 101011110 11001 100011

Color Harmonies of #6F434A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F434A

Black with #6F434A

Text Example


Text Example

White with #6F434A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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