#6F6662

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

Shades of Dorado #6F6662

Tints of Dorado #6F6662

Color information

#6F6662 (or 0x6F6662) is unknown color: approx Dorado. HEX triplet: 6F, 66 and 62. RGB value is (111,102,98). Sum of RGB (Red+Green+Blue) = 111+102+98=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6662 is #90999D. Grayscale: #686868. Windows color (decimal): -9476510 or 6448751. OLE color: 6448751.

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

Color convert

RGB11110298-
CMYK00.080.120.56
HSL18.46º6.22%40.98%-
HSV(B)18.46º11.71%43.53%-
XYZ13.5113.7613.5-
YUV104.23124.48132.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=35.69%
G=32.80%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111029800.080.120.5618.466.2240.98
Hex6F666208C3812629
Octal157146142010147022651
Binary11011111100110110001001000110011100010010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,98); }

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

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

 a { background-color: rgb(111,102,98); }

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

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

 span { border-color: rgb(111,102,98); }

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