#6F6560

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

Shades of Dorado #6F6560

Tints of Dorado #6F6560

Color information

#6F6560 (or 0x6F6560) is unknown color: approx Dorado. HEX triplet: 6F, 65 and 60. RGB value is (111,101,96). Sum of RGB (Red+Green+Blue) = 111+101+96=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6560 is #909A9F. Grayscale: #676767. Windows color (decimal): -9476768 or 6317423. OLE color: 6317423.

HSL color Cylindrical-coordinate representation of color #6F6560: hue angle of 20º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F6560 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB11110196-
CMYK00.090.140.56
HSL20º7.25%40.59%-
HSV(B)20º13.51%43.53%-
XYZ13.3213.5312.98-
YUV103.42123.81133.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 101 (39.84% from 255) = 32.79%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=36.04%
G=32.79%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111019600.090.140.56207.2540.59
Hex6F656009E3814729
Octal157145140011167024751
Binary11011111100101110000001001111011100010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,101,96); }

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

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

 a { background-color: rgb(111,101,96); }

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

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

 span { border-color: rgb(111,101,96); }

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