Html Css Color HEX #694648 Tosca

📋 copy color: '#694648'

red 105 ◦ green 70 ◦ blue 72

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

Shades of Tosca #694648

Tints of Tosca #694648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.15%

R = 42.51%
G = 28.34%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#694648 (or 0x694648) is known color: Tosca. HEX triplet: 69, 46 and 48. RGB value is (105,70,72). Sum of RGB (Red+Green+Blue) = 105+70+72=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #694648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694648 is #96B9B7. Grayscale: #505050. Windows color (decimal): -9877944 or 4736617. OLE color: 4736617.

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

Color convert

RGB 105 70 72 -
CMYK 0 0.33 0.31 0.59
HSL 356.57º 0.2% 0.34% -
HSV(B) 356.57º 0.33% 0.41% -
XYZ 9.19 7.85 7.16 -
YUV 80.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 105 70 72 0 0.33 0.31 0.59 356.57 0.2 0.34
Hex 69 46 48 0 21 1F 3B 165 14 22
Octal 151 106 110 0 41 37 73 545 24 42
Binary 1101001 1000110 1001000 0 100001 11111 111011 101100101 10100 100010

Color Harmonies of #694648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694648

Black with #694648

Text Example


Text Example

White with #694648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694648; }

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

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

background-color css

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

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

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

border-color css

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

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

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