Html Css Color HEX #66445F Purple Taupe

📋 copy color: '#66445F'

red 102 ◦ green 68 ◦ blue 95

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

Shades of Purple Taupe #66445F

Tints of Purple Taupe #66445F

RGB

 RED value IS 102 (40.23% from 255) = 38.49%

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 38.49%
G = 25.66%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66445F (or 0x66445F) is known color: Purple Taupe. HEX triplet: 66, 44 and 5F. RGB value is (102,68,95). Sum of RGB (Red+Green+Blue) = 102+68+95=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #66445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66445F is #99BBA0. Grayscale: #515151. Windows color (decimal): -10075041 or 6243430. OLE color: 6243430.

HSL color Cylindrical-coordinate representation of color #66445F: hue angle of 312.35º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66445F is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 68 95 -
CMYK 0 0.33 0.07 0.6
HSL 312.35º 0.2% 0.33% -
HSV(B) 312.35º 0.33% 0.4% -
XYZ 9.61 7.79 11.82 -
YUV 81.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 102 68 95 0 0.33 0.07 0.6 312.35 0.2 0.33
Hex 66 44 5F 0 21 7 3C 138 14 21
Octal 146 104 137 0 41 7 74 470 24 41
Binary 1100110 1000100 1011111 0 100001 111 111100 100111000 10100 100001

Color Harmonies of #66445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66445F

Black with #66445F

Text Example


Text Example

White with #66445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66445F; }

 p { color: rgb(102,68,95); }

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

background-color css

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

 a { background-color: rgb(102,68,95); }

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

border-color css

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

 span { border-color: rgb(102,68,95); }

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