#6B6460

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

Shades of Dorado #6B6460

Tints of Dorado #6B6460

Color information

#6B6460 (or 0x6B6460) is unknown color: approx Dorado. HEX triplet: 6B, 64 and 60. RGB value is (107,100,96). Sum of RGB (Red+Green+Blue) = 107+100+96=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6460 is #949B9F. Grayscale: #656565. Windows color (decimal): -9739168 or 6317163. OLE color: 6317163.

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

Color convert

RGB10710096-
CMYK00.070.100.58
HSL21.82º5.42%39.8%-
HSV(B)21.82º10.28%41.96%-
XYZ12.7313.0812.92-
YUV101.64124.82131.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.31%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=35.31%
G=33.00%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071009600.070.100.5821.825.4239.8
Hex6B646007A3A16528
Octal15314414007127226550
Binary1101011110010011000000111101011101010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,100,96); }

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

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

 a { background-color: rgb(107,100,96); }

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

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

 span { border-color: rgb(107,100,96); }

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