Html Css Color HEX #694748 Tosca

📋 copy color: '#694748'

red 105 ◦ green 71 ◦ blue 72

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

Shades of Tosca #694748

Tints of Tosca #694748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.63%

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

R = 42.34%
G = 28.63%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#694748 (or 0x694748) is known color: Tosca. HEX triplet: 69, 47 and 48. RGB value is (105,71,72). Sum of RGB (Red+Green+Blue) = 105+71+72=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #694748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694748 is #96B8B7. Grayscale: #515151. Windows color (decimal): -9877688 or 4736873. OLE color: 4736873.

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

Color convert

RGB 105 71 72 -
CMYK 0 0.32 0.31 0.59
HSL 358.24º 0.19% 0.35% -
HSV(B) 358.24º 0.32% 0.41% -
XYZ 9.25 7.98 7.18 -
YUV 81.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 105 71 72 0 0.32 0.31 0.59 358.24 0.19 0.35
Hex 69 47 48 0 20 1F 3B 166 13 23
Octal 151 107 110 0 40 37 73 546 23 43
Binary 1101001 1000111 1001000 0 100000 11111 111011 101100110 10011 100011

Color Harmonies of #694748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694748

Black with #694748

Text Example


Text Example

White with #694748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694748; }

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

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

background-color css

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

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

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

border-color css

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

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

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