Html Css Color HEX #674244 Tosca

📋 copy color: '#674244'

red 103 ◦ green 66 ◦ blue 68

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

Shades of Tosca #674244

Tints of Tosca #674244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.69%

R = 43.46%
G = 27.85%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#674244 (or 0x674244) is known color: Tosca. HEX triplet: 67, 42 and 44. RGB value is (103,66,68). Sum of RGB (Red+Green+Blue) = 103+66+68=237 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.46% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 103 - color contains mainly: red. Hex color #674244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674244 is #98BDBB. Grayscale: #4D4D4D. Windows color (decimal): -10010044 or 4473447. OLE color: 4473447.

HSL color Cylindrical-coordinate representation of color #674244: hue angle of 356.76º 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 #674244 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 66 68 -
CMYK 0 0.36 0.34 0.60
HSL 356.76º 0.22% 0.33% -
HSV(B) 356.76º 0.36% 0.4% -
XYZ 8.59 7.2 6.41 -
YUV 77.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 103 66 68 0 0.36 0.34 0.60 356.76 0.22 0.33
Hex 67 42 44 0 24 22 3C 165 16 21
Octal 147 102 104 0 44 42 74 545 26 41
Binary 1100111 1000010 1000100 0 100100 100010 111100 101100101 10110 100001

Color Harmonies of #674244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674244

Black with #674244

Text Example


Text Example

White with #674244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674244; }

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

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

background-color css

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

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

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

border-color css

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

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

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