#6A6563

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

Shades of Dorado #6A6563

Tints of Dorado #6A6563

Color information

#6A6563 (or 0x6A6563) is unknown color: approx Dorado. HEX triplet: 6A, 65 and 63. RGB value is (106,101,99). Sum of RGB (Red+Green+Blue) = 106+101+99=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6563 is #959A9C. Grayscale: #666666. Windows color (decimal): -9804445 or 6514026. OLE color: 6514026.

HSL color Cylindrical-coordinate representation of color #6A6563: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A6563 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB10610199-
CMYK00.050.070.58
HSL17.14º3.41%40.2%-
HSV(B)17.14º6.6%41.57%-
XYZ12.8513.2713.69-
YUV102.27126.16130.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 101 (39.84% from 255) = 33.01%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=34.64%
G=33.01%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061019900.050.070.5817.143.4140.2
Hex6A65630573A11328
Octal1521451430577221350
Binary11010101100101110001101011111110101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,101,99); }

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

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

 a { background-color: rgb(106,101,99); }

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

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

 span { border-color: rgb(106,101,99); }

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