Html Css Color HEX #694449 Tosca

📋 copy color: '#694449'

red 105 ◦ green 68 ◦ blue 73

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

Shades of Tosca #694449

Tints of Tosca #694449

RGB

 RED value IS 105 (41.41% from 255) = 42.68%

 GREEN value IS 68 (26.95% from 255) = 27.64%

 BLUE value IS 73 (28.91% from 255) = 29.67%

R = 42.68%
G = 27.64%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#694449 (or 0x694449) is known color: Tosca. HEX triplet: 69, 44 and 49. RGB value is (105,68,73). Sum of RGB (Red+Green+Blue) = 105+68+73=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #694449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694449 is #96BBB6. Grayscale: #4F4F4F. Windows color (decimal): -9878455 or 4801641. OLE color: 4801641.

HSL color Cylindrical-coordinate representation of color #694449: hue angle of 351.89º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #694449 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 68 73 -
CMYK 0 0.35 0.30 0.59
HSL 351.89º 0.21% 0.34% -
HSV(B) 351.89º 0.35% 0.41% -
XYZ 9.1 7.62 7.29 -
YUV 79.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 105 68 73 0 0.35 0.30 0.59 351.89 0.21 0.34
Hex 69 44 49 0 23 1E 3B 160 15 22
Octal 151 104 111 0 43 36 73 540 25 42
Binary 1101001 1000100 1001001 0 100011 11110 111011 101100000 10101 100010

Color Harmonies of #694449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694449

Black with #694449

Text Example


Text Example

White with #694449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694449; }

 p { color: rgb(105,68,73); }

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

background-color css

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

 a { background-color: rgb(105,68,73); }

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

border-color css

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

 span { border-color: rgb(105,68,73); }

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