Html Css Color HEX #674648 Tosca

📋 copy color: '#674648'

red 103 ◦ green 70 ◦ blue 72

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

Shades of Tosca #674648

Tints of Tosca #674648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

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

R = 42.04%
G = 28.57%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#674648 (or 0x674648) is known color: Tosca. HEX triplet: 67, 46 and 48. RGB value is (103,70,72). Sum of RGB (Red+Green+Blue) = 103+70+72=245 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.04% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 103 - color contains mainly: red. Hex color #674648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674648 is #98B9B7. Grayscale: #505050. Windows color (decimal): -10009016 or 4736615. OLE color: 4736615.

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

Color convert

RGB 103 70 72 -
CMYK 0 0.32 0.30 0.60
HSL 356.36º 0.19% 0.34% -
HSV(B) 356.36º 0.32% 0.4% -
XYZ 8.95 7.73 7.15 -
YUV 80.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 103 70 72 0 0.32 0.30 0.60 356.36 0.19 0.34
Hex 67 46 48 0 20 1E 3C 164 13 22
Octal 147 106 110 0 40 36 74 544 23 42
Binary 1100111 1000110 1001000 0 100000 11110 111100 101100100 10011 100010

Color Harmonies of #674648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674648

Black with #674648

Text Example


Text Example

White with #674648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674648; }

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

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

background-color css

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

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

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

border-color css

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

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

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