#6D6663

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

Shades of Dorado #6D6663

Tints of Dorado #6D6663

Color information

#6D6663 (or 0x6D6663) is unknown color: approx Dorado. HEX triplet: 6D, 66 and 63. RGB value is (109,102,99). Sum of RGB (Red+Green+Blue) = 109+102+99=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6663 is #92999C. Grayscale: #676767. Windows color (decimal): -9607581 or 6514285. OLE color: 6514285.

HSL color Cylindrical-coordinate representation of color #6D6663: hue angle of 18º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6D6663 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB10910299-
CMYK00.060.090.57
HSL18º4.81%40.78%-
HSV(B)18º9.17%42.75%-
XYZ13.3113.6513.74-
YUV103.75125.32131.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 99 (39.06% from 255) = 31.94%
R=35.16%
G=32.90%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091029900.060.090.57184.8140.78
Hex6D66630693912529
Octal15514614306117122551
Binary1101101110011011000110110100111100110010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D6663; }

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

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

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

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

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

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

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

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