Html Css Color HEX #664748 Tosca

📋 copy color: '#664748'

red 102 ◦ green 71 ◦ blue 72

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

Shades of Tosca #664748

Tints of Tosca #664748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.98%

 BLUE value IS 72 (28.52% from 255) = 29.39%

R = 41.63%
G = 28.98%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#664748 (or 0x664748) is known color: Tosca. HEX triplet: 66, 47 and 48. RGB value is (102,71,72). Sum of RGB (Red+Green+Blue) = 102+71+72=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #664748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664748 is #99B8B7. Grayscale: #505050. Windows color (decimal): -10074296 or 4736870. OLE color: 4736870.

HSL color Cylindrical-coordinate representation of color #664748: hue angle of 358.06º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664748 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 72 -
CMYK 0 0.30 0.29 0.6
HSL 358.06º 0.18% 0.34% -
HSV(B) 358.06º 0.3% 0.4% -
XYZ 8.9 7.8 7.17 -
YUV 80.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 102 71 72 0 0.30 0.29 0.6 358.06 0.18 0.34
Hex 66 47 48 0 1E 1D 3C 166 12 22
Octal 146 107 110 0 36 35 74 546 22 42
Binary 1100110 1000111 1001000 0 11110 11101 111100 101100110 10010 100010

Color Harmonies of #664748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664748

Black with #664748

Text Example


Text Example

White with #664748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664748; }

 p { color: rgb(102,71,72); }

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

background-color css

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

 a { background-color: rgb(102,71,72); }

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

border-color css

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

 span { border-color: rgb(102,71,72); }

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