Html Css Color HEX #664142 Tosca

📋 copy color: '#664142'

red 102 ◦ green 65 ◦ blue 66

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

Shades of Tosca #664142

Tints of Tosca #664142

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 66 (26.17% from 255) = 28.33%

R = 43.78%
G = 27.9%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#664142 (or 0x664142) is known color: Tosca. HEX triplet: 66, 41 and 42. RGB value is (102,65,66). Sum of RGB (Red+Green+Blue) = 102+65+66=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #664142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664142 is #99BEBD. Grayscale: #4C4C4C. Windows color (decimal): -10075838 or 4342118. OLE color: 4342118.

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

Color convert

RGB 102 65 66 -
CMYK 0 0.36 0.35 0.6
HSL 358.38º 0.22% 0.33% -
HSV(B) 358.38º 0.36% 0.4% -
XYZ 8.35 7 6.06 -
YUV 76.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 102 65 66 0 0.36 0.35 0.6 358.38 0.22 0.33
Hex 66 41 42 0 24 23 3C 166 16 21
Octal 146 101 102 0 44 43 74 546 26 41
Binary 1100110 1000001 1000010 0 100100 100011 111100 101100110 10110 100001

Color Harmonies of #664142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664142

Black with #664142

Text Example


Text Example

White with #664142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664142; }

 p { color: rgb(102,65,66); }

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

background-color css

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

 a { background-color: rgb(102,65,66); }

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

border-color css

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

 span { border-color: rgb(102,65,66); }

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