#6F6460

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

Shades of Dorado #6F6460

Tints of Dorado #6F6460

Color information

#6F6460 (or 0x6F6460) is unknown color: approx Dorado. HEX triplet: 6F, 64 and 60. RGB value is (111,100,96). Sum of RGB (Red+Green+Blue) = 111+100+96=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6460 is #909B9F. Grayscale: #666666. Windows color (decimal): -9477024 or 6317167. OLE color: 6317167.

HSL color Cylindrical-coordinate representation of color #6F6460: hue angle of 16º 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 #6F6460 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB11110096-
CMYK00.100.140.56
HSL16º7.25%40.59%-
HSV(B)16º13.51%43.53%-
XYZ13.2213.3412.94-
YUV102.83124.14133.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 100 (39.45% from 255) = 32.57%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=36.16%
G=32.57%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111009600.100.140.56167.2540.59
Hex6F64600AE3810729
Octal157144140012167020751
Binary11011111100100110000001010111011100010000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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