Html Css Color HEX #68484A Tosca

📋 copy color: '#68484A'

red 104 ◦ green 72 ◦ blue 74

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

Shades of Tosca #68484A

Tints of Tosca #68484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 41.6%
G = 28.8%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#68484A (or 0x68484A) is known color: Tosca. HEX triplet: 68, 48 and 4A. RGB value is (104,72,74). Sum of RGB (Red+Green+Blue) = 104+72+74=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #68484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68484A is #97B7B5. Grayscale: #515151. Windows color (decimal): -9942966 or 4868200. OLE color: 4868200.

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

Color convert

RGB 104 72 74 -
CMYK 0 0.31 0.29 0.59
HSL 356.25º 0.18% 0.35% -
HSV(B) 356.25º 0.31% 0.41% -
XYZ 9.26 8.07 7.55 -
YUV 81.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 104 72 74 0 0.31 0.29 0.59 356.25 0.18 0.35
Hex 68 48 4A 0 1F 1D 3B 164 12 23
Octal 150 110 112 0 37 35 73 544 22 43
Binary 1101000 1001000 1001010 0 11111 11101 111011 101100100 10010 100011

Color Harmonies of #68484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68484A

Black with #68484A

Text Example


Text Example

White with #68484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68484A; }

 p { color: rgb(104,72,74); }

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

background-color css

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

 a { background-color: rgb(104,72,74); }

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

border-color css

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

 span { border-color: rgb(104,72,74); }

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