Html Css Color HEX #674849 Tosca

📋 copy color: '#674849'

red 103 ◦ green 72 ◦ blue 73

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

Shades of Tosca #674849

Tints of Tosca #674849

RGB

 RED value IS 103 (40.63% from 255) = 41.53%

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

 BLUE value IS 73 (28.91% from 255) = 29.44%

R = 41.53%
G = 29.03%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#674849 (or 0x674849) is known color: Tosca. HEX triplet: 67, 48 and 49. RGB value is (103,72,73). Sum of RGB (Red+Green+Blue) = 103+72+73=248 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.53% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 103 - color contains mainly: red. Hex color #674849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674849 is #98B7B6. Grayscale: #515151. Windows color (decimal): -10008503 or 4802663. OLE color: 4802663.

HSL color Cylindrical-coordinate representation of color #674849: hue angle of 358.06º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #674849 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 72 73 -
CMYK 0 0.30 0.29 0.60
HSL 358.06º 0.18% 0.34% -
HSV(B) 358.06º 0.3% 0.4% -
XYZ 9.11 8 7.37 -
YUV 81.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 103 72 73 0 0.30 0.29 0.60 358.06 0.18 0.34
Hex 67 48 49 0 1E 1D 3C 166 12 22
Octal 147 110 111 0 36 35 74 546 22 42
Binary 1100111 1001000 1001001 0 11110 11101 111100 101100110 10010 100010

Color Harmonies of #674849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674849

Black with #674849

Text Example


Text Example

White with #674849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674849; }

 p { color: rgb(103,72,73); }

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

background-color css

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

 a { background-color: rgb(103,72,73); }

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

border-color css

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

 span { border-color: rgb(103,72,73); }

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