Html Css Color HEX #684548 Tosca

📋 copy color: '#684548'

red 104 ◦ green 69 ◦ blue 72

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

Shades of Tosca #684548

Tints of Tosca #684548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.16%

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

R = 42.45%
G = 28.16%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#684548 (or 0x684548) is known color: Tosca. HEX triplet: 68, 45 and 48. RGB value is (104,69,72). Sum of RGB (Red+Green+Blue) = 104+69+72=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684548 is #97BAB7. Grayscale: #4F4F4F. Windows color (decimal): -9943736 or 4736360. OLE color: 4736360.

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

Color convert

RGB 104 69 72 -
CMYK 0 0.34 0.31 0.59
HSL 354.86º 0.2% 0.34% -
HSV(B) 354.86º 0.34% 0.41% -
XYZ 9.01 7.67 7.14 -
YUV 79.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 104 69 72 0 0.34 0.31 0.59 354.86 0.2 0.34
Hex 68 45 48 0 22 1F 3B 163 14 22
Octal 150 105 110 0 42 37 73 543 24 42
Binary 1101000 1000101 1001000 0 100010 11111 111011 101100011 10100 100010

Color Harmonies of #684548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684548

Black with #684548

Text Example


Text Example

White with #684548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684548; }

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

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

background-color css

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

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

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

border-color css

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

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

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