Html Css Color HEX #663F40 Tosca

📋 copy color: '#663F40'

red 102 ◦ green 63 ◦ blue 64

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

Shades of Tosca #663F40

Tints of Tosca #663F40

RGB

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

 GREEN value IS 63 (25% from 255) = 27.51%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 44.54%
G = 27.51%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#663F40 (or 0x663F40) is known color: Tosca. HEX triplet: 66, 3F and 40. RGB value is (102,63,64). Sum of RGB (Red+Green+Blue) = 102+63+64=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #663F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F40 is #99C0BF. Grayscale: #4A4A4A. Windows color (decimal): -10076352 or 4210534. OLE color: 4210534.

HSL color Cylindrical-coordinate representation of color #663F40: hue angle of 358.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F40 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 63 64 -
CMYK 0 0.38 0.37 0.6
HSL 358.46º 0.24% 0.32% -
HSV(B) 358.46º 0.38% 0.4% -
XYZ 8.18 6.75 5.72 -
YUV 74.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 102 63 64 0 0.38 0.37 0.6 358.46 0.24 0.32
Hex 66 3F 40 0 26 25 3C 166 18 20
Octal 146 77 100 0 46 45 74 546 30 40
Binary 1100110 111111 1000000 0 100110 100101 111100 101100110 11000 100000

Color Harmonies of #663F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663F40

Black with #663F40

Text Example


Text Example

White with #663F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663F40; }

 p { color: rgb(102,63,64); }

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

background-color css

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

 a { background-color: rgb(102,63,64); }

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

border-color css

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

 span { border-color: rgb(102,63,64); }

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