Html Css Color HEX #674246 Tosca

📋 copy color: '#674246'

red 103 ◦ green 66 ◦ blue 70

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

Shades of Tosca #674246

Tints of Tosca #674246

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

 BLUE value IS 70 (27.73% from 255) = 29.29%

R = 43.1%
G = 27.62%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#674246 (or 0x674246) is known color: Tosca. HEX triplet: 67, 42 and 46. RGB value is (103,66,70). Sum of RGB (Red+Green+Blue) = 103+66+70=239 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.10% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 103 - color contains mainly: red. Hex color #674246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674246 is #98BDB9. Grayscale: #4D4D4D. Windows color (decimal): -10010042 or 4604519. OLE color: 4604519.

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

Color convert

RGB 103 66 70 -
CMYK 0 0.36 0.32 0.60
HSL 353.51º 0.22% 0.33% -
HSV(B) 353.51º 0.36% 0.4% -
XYZ 8.65 7.22 6.73 -
YUV 77.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 103 66 70 0 0.36 0.32 0.60 353.51 0.22 0.33
Hex 67 42 46 0 24 20 3C 162 16 21
Octal 147 102 106 0 44 40 74 542 26 41
Binary 1100111 1000010 1000110 0 100100 100000 111100 101100010 10110 100001

Color Harmonies of #674246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674246

Black with #674246

Text Example


Text Example

White with #674246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674246; }

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

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

background-color css

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

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

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

border-color css

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

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

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