Html Css Color HEX #694849 Tosca

📋 copy color: '#694849'

red 105 ◦ green 72 ◦ blue 73

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

Shades of Tosca #694849

Tints of Tosca #694849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 42%
G = 28.8%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#694849 (or 0x694849) is known color: Tosca. HEX triplet: 69, 48 and 49. RGB value is (105,72,73). Sum of RGB (Red+Green+Blue) = 105+72+73=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 73 (28.91% from 255 or 29.2% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #694849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694849 is #96B7B6. Grayscale: #525252. Windows color (decimal): -9877431 or 4802665. OLE color: 4802665.

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

Color convert

RGB 105 72 73 -
CMYK 0 0.31 0.30 0.59
HSL 358.18º 0.19% 0.35% -
HSV(B) 358.18º 0.31% 0.41% -
XYZ 9.35 8.12 7.38 -
YUV 81.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 105 72 73 0 0.31 0.30 0.59 358.18 0.19 0.35
Hex 69 48 49 0 1F 1E 3B 166 13 23
Octal 151 110 111 0 37 36 73 546 23 43
Binary 1101001 1001000 1001001 0 11111 11110 111011 101100110 10011 100011

Color Harmonies of #694849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694849

Black with #694849

Text Example


Text Example

White with #694849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694849; }

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

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

background-color css

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

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

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

border-color css

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

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

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