Html Css Color HEX #694248 Tosca

📋 copy color: '#694248'

red 105 ◦ green 66 ◦ blue 72

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

Shades of Tosca #694248

Tints of Tosca #694248

RGB

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

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

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

R = 43.21%
G = 27.16%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#694248 (or 0x694248) is known color: Tosca. HEX triplet: 69, 42 and 48. RGB value is (105,66,72). Sum of RGB (Red+Green+Blue) = 105+66+72=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #694248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694248 is #96BDB7. Grayscale: #4E4E4E. Windows color (decimal): -9878968 or 4735593. OLE color: 4735593.

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

Color convert

RGB 105 66 72 -
CMYK 0 0.37 0.31 0.59
HSL 350.77º 0.23% 0.34% -
HSV(B) 350.77º 0.37% 0.41% -
XYZ 8.94 7.37 7.08 -
YUV 78.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 105 66 72 0 0.37 0.31 0.59 350.77 0.23 0.34
Hex 69 42 48 0 25 1F 3B 15F 17 22
Octal 151 102 110 0 45 37 73 537 27 42
Binary 1101001 1000010 1001000 0 100101 11111 111011 101011111 10111 100010

Color Harmonies of #694248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694248

Black with #694248

Text Example


Text Example

White with #694248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694248; }

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

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

background-color css

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

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

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

border-color css

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

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

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