Html Css Color HEX #694446 Tosca

📋 copy color: '#694446'

red 105 ◦ green 68 ◦ blue 70

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

Shades of Tosca #694446

Tints of Tosca #694446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 28.81%

R = 43.21%
G = 27.98%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#694446 (or 0x694446) is known color: Tosca. HEX triplet: 69, 44 and 46. RGB value is (105,68,70). Sum of RGB (Red+Green+Blue) = 105+68+70=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #694446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694446 is #96BBB9. Grayscale: #4F4F4F. Windows color (decimal): -9878458 or 4605033. OLE color: 4605033.

HSL color Cylindrical-coordinate representation of color #694446: hue angle of 356.76º 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 #694446 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 68 70 -
CMYK 0 0.35 0.33 0.59
HSL 356.76º 0.21% 0.34% -
HSV(B) 356.76º 0.35% 0.41% -
XYZ 9 7.58 6.78 -
YUV 79.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 105 68 70 0 0.35 0.33 0.59 356.76 0.21 0.34
Hex 69 44 46 0 23 21 3B 165 15 22
Octal 151 104 106 0 43 41 73 545 25 42
Binary 1101001 1000100 1000110 0 100011 100001 111011 101100101 10101 100010

Color Harmonies of #694446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694446

Black with #694446

Text Example


Text Example

White with #694446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694446; }

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

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

background-color css

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

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

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

border-color css

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

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

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