Html Css Color HEX #694246 Tosca

📋 copy color: '#694246'

red 105 ◦ green 66 ◦ blue 70

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

Shades of Tosca #694246

Tints of Tosca #694246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.39%

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

R = 43.57%
G = 27.39%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#694246 (or 0x694246) is known color: Tosca. HEX triplet: 69, 42 and 46. RGB value is (105,66,70). Sum of RGB (Red+Green+Blue) = 105+66+70=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #694246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694246 is #96BDB9. Grayscale: #4E4E4E. Windows color (decimal): -9878970 or 4604521. OLE color: 4604521.

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

Color convert

RGB 105 66 70 -
CMYK 0 0.37 0.33 0.59
HSL 353.85º 0.23% 0.34% -
HSV(B) 353.85º 0.37% 0.41% -
XYZ 8.88 7.34 6.74 -
YUV 78.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 105 66 70 0 0.37 0.33 0.59 353.85 0.23 0.34
Hex 69 42 46 0 25 21 3B 162 17 22
Octal 151 102 106 0 45 41 73 542 27 42
Binary 1101001 1000010 1000110 0 100101 100001 111011 101100010 10111 100010

Color Harmonies of #694246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694246

Black with #694246

Text Example


Text Example

White with #694246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694246; }

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

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

background-color css

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

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

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

border-color css

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

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

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