Html Css Color HEX #694649 Tosca

📋 copy color: '#694649'

red 105 ◦ green 70 ◦ blue 73

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

Shades of Tosca #694649

Tints of Tosca #694649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

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

R = 42.34%
G = 28.23%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#694649 (or 0x694649) is known color: Tosca. HEX triplet: 69, 46 and 49. RGB value is (105,70,73). Sum of RGB (Red+Green+Blue) = 105+70+73=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #694649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694649 is #96B9B6. Grayscale: #505050. Windows color (decimal): -9877943 or 4802153. OLE color: 4802153.

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

Color convert

RGB 105 70 73 -
CMYK 0 0.33 0.30 0.59
HSL 354.86º 0.2% 0.34% -
HSV(B) 354.86º 0.33% 0.41% -
XYZ 9.22 7.86 7.34 -
YUV 80.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 105 70 73 0 0.33 0.30 0.59 354.86 0.2 0.34
Hex 69 46 49 0 21 1E 3B 163 14 22
Octal 151 106 111 0 41 36 73 543 24 42
Binary 1101001 1000110 1001001 0 100001 11110 111011 101100011 10100 100010

Color Harmonies of #694649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694649

Black with #694649

Text Example


Text Example

White with #694649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694649; }

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

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

background-color css

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

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

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

border-color css

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

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

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