Html Css Color HEX #694146 Tosca

📋 copy color: '#694146'

red 105 ◦ green 65 ◦ blue 70

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

Shades of Tosca #694146

Tints of Tosca #694146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

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

R = 43.75%
G = 27.08%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#694146 (or 0x694146) is known color: Tosca. HEX triplet: 69, 41 and 46. RGB value is (105,65,70). Sum of RGB (Red+Green+Blue) = 105+65+70=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #694146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694146 is #96BEB9. Grayscale: #4D4D4D. Windows color (decimal): -9879226 or 4604265. OLE color: 4604265.

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

Color convert

RGB 105 65 70 -
CMYK 0 0.38 0.33 0.59
HSL 352.5º 0.24% 0.33% -
HSV(B) 352.5º 0.38% 0.41% -
XYZ 8.82 7.23 6.72 -
YUV 77.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 105 65 70 0 0.38 0.33 0.59 352.5 0.24 0.33
Hex 69 41 46 0 26 21 3B 160 18 21
Octal 151 101 106 0 46 41 73 540 30 41
Binary 1101001 1000001 1000110 0 100110 100001 111011 101100000 11000 100001

Color Harmonies of #694146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694146

Black with #694146

Text Example


Text Example

White with #694146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694146; }

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

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

background-color css

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

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

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

border-color css

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

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

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