Html Css Color HEX #663D3F Tosca

📋 copy color: '#663D3F'

red 102 ◦ green 61 ◦ blue 63

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

Shades of Tosca #663D3F

Tints of Tosca #663D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 45.13%
G = 26.99%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#663D3F (or 0x663D3F) is known color: Tosca. HEX triplet: 66, 3D and 3F. RGB value is (102,61,63). Sum of RGB (Red+Green+Blue) = 102+61+63=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #663D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D3F is #99C2C0. Grayscale: #494949. Windows color (decimal): -10076865 or 4144486. OLE color: 4144486.

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

Color convert

RGB 102 61 63 -
CMYK 0 0.40 0.38 0.6
HSL 357.07º 0.25% 0.32% -
HSV(B) 357.07º 0.4% 0.4% -
XYZ 8.05 6.52 5.54 -
YUV 73.49 122.08 148.34 -
System Red Green Blue C M Y K H S L
Decimal 102 61 63 0 0.40 0.38 0.6 357.07 0.25 0.32
Hex 66 3D 3F 0 28 26 3C 165 19 20
Octal 146 75 77 0 50 46 74 545 31 40
Binary 1100110 111101 111111 0 101000 100110 111100 101100101 11001 100000

Color Harmonies of #663D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663D3F

Black with #663D3F

Text Example


Text Example

White with #663D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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