#666463

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

Shades of Dorado #666463

Tints of Dorado #666463

Color information

#666463 (or 0x666463) is unknown color: approx Dorado. HEX triplet: 66, 64 and 63. RGB value is (102,100,99). Sum of RGB (Red+Green+Blue) = 102+100+99=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 102 - color contains mainly: red. Hex color #666463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666463 is #999B9C. Grayscale: #646464. Windows color (decimal): -10066845 or 6513766. OLE color: 6513766.

HSL color Cylindrical-coordinate representation of color #666463: hue angle of 20º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #666463 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB10210099-
CMYK00.020.030.6
HSL20º1.49%39.41%-
HSV(B)20º2.94%40%-
XYZ12.2912.8413.64-
YUV100.48127.16129.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=33.89%
G=33.22%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021009900.020.030.6201.4939.41
Hex6664630233C14127
Octal1461441430237424147
Binary11001101100100110001101011111100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666463; }

 p { color: rgb(102,100,99); }

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

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

 a { background-color: rgb(102,100,99); }

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

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

 span { border-color: rgb(102,100,99); }

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