Html Css Color HEX #68494B Tosca

📋 copy color: '#68494B'

red 104 ◦ green 73 ◦ blue 75

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

Shades of Tosca #68494B

Tints of Tosca #68494B

RGB

 RED value IS 104 (41.02% from 255) = 41.27%

 GREEN value IS 73 (28.91% from 255) = 28.97%

 BLUE value IS 75 (29.69% from 255) = 29.76%

R = 41.27%
G = 28.97%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68494B (or 0x68494B) is known color: Tosca. HEX triplet: 68, 49 and 4B. RGB value is (104,73,75). Sum of RGB (Red+Green+Blue) = 104+73+75=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68494B is #97B6B4. Grayscale: #525252. Windows color (decimal): -9942709 or 4933992. OLE color: 4933992.

HSL color Cylindrical-coordinate representation of color #68494B: hue angle of 356.13º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68494B is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 73 75 -
CMYK 0 0.30 0.28 0.59
HSL 356.13º 0.18% 0.35% -
HSV(B) 356.13º 0.3% 0.41% -
XYZ 9.36 8.22 7.75 -
YUV 82.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 104 73 75 0 0.30 0.28 0.59 356.13 0.18 0.35
Hex 68 49 4B 0 1E 1C 3B 164 12 23
Octal 150 111 113 0 36 34 73 544 22 43
Binary 1101000 1001001 1001011 0 11110 11100 111011 101100100 10010 100011

Color Harmonies of #68494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68494B

Black with #68494B

Text Example


Text Example

White with #68494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68494B; }

 p { color: rgb(104,73,75); }

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

background-color css

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

 a { background-color: rgb(104,73,75); }

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

border-color css

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

 span { border-color: rgb(104,73,75); }

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