#663D3E

Color #663D3E Tosca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tosca #663D3E

Tints of Tosca #663D3E

Color information

#663D3E (or 0x663D3E) is unknown color: approx Tosca. HEX triplet: 66, 3D and 3E. RGB value is (102,61,62). Sum of RGB (Red+Green+Blue) = 102+61+62=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #663D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D3E is #99C2C1. Grayscale: #494949. Windows color (decimal): -10076866 or 4078950. OLE color: 4078950.

HSL color Cylindrical-coordinate representation of color #663D3E: hue angle of 358.54º 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 #663D3E is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.6.

Color convert

RGB1026162-
CMYK00.400.390.6
HSL358.54º25.15%31.96%-
HSV(B)358.54º40.2%40%-
XYZ8.026.515.39-
YUV73.37121.58148.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 61 (24.22% from 255) = 27.11%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=45.33%
G=27.11%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102616200.400.390.6358.5425.1531.96
Hex663D3E028273C1671920
Octal146757605047745473140
Binary1100110111101111110010100010011111110010110011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #663D3E;
 }
 .AnyTagClassName
 {
   color: #663D3E;
 }
</style>
background-color css

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

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

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

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

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

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