Html Css Color HEX #644446 Tosca

📋 copy color: '#644446'

red 100 ◦ green 68 ◦ blue 70

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

Shades of Tosca #644446

Tints of Tosca #644446

RGB

 RED value IS 100 (39.45% from 255) = 42.02%

 GREEN value IS 68 (26.95% from 255) = 28.57%

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

R = 42.02%
G = 28.57%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#644446 (or 0x644446) is known color: Tosca. HEX triplet: 64, 44 and 46. RGB value is (100,68,70). Sum of RGB (Red+Green+Blue) = 100+68+70=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #644446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644446 is #9BBBB9. Grayscale: #4D4D4D. Windows color (decimal): -10206138 or 4605028. OLE color: 4605028.

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

Color convert

RGB 100 68 70 -
CMYK 0 0.32 0.30 0.61
HSL 356.25º 0.19% 0.33% -
HSV(B) 356.25º 0.32% 0.39% -
XYZ 8.43 7.29 6.76 -
YUV 77.8 123.6 143.84 -
System Red Green Blue C M Y K H S L
Decimal 100 68 70 0 0.32 0.30 0.61 356.25 0.19 0.33
Hex 64 44 46 0 20 1E 3D 164 13 21
Octal 144 104 106 0 40 36 75 544 23 41
Binary 1100100 1000100 1000110 0 100000 11110 111101 101100100 10011 100001

Color Harmonies of #644446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644446

Black with #644446

Text Example


Text Example

White with #644446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644446; }

 p { color: rgb(100,68,70); }

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

background-color css

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

 a { background-color: rgb(100,68,70); }

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

border-color css

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

 span { border-color: rgb(100,68,70); }

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