#6F6661

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

Shades of Dorado #6F6661

Tints of Dorado #6F6661

Color information

#6F6661 (or 0x6F6661) is unknown color: approx Dorado. HEX triplet: 6F, 66 and 61. RGB value is (111,102,97). Sum of RGB (Red+Green+Blue) = 111+102+97=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6661 is #90999E. Grayscale: #686868. Windows color (decimal): -9476511 or 6383215. OLE color: 6383215.

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

Color convert

RGB11110297-
CMYK00.080.130.56
HSL21.43º6.73%40.78%-
HSV(B)21.43º12.61%43.53%-
XYZ13.4613.7513.25-
YUV104.12123.98132.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 102 (40.23% from 255) = 32.90%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=35.81%
G=32.90%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111029700.080.130.5621.436.7340.78
Hex6F666108D3815729
Octal157146141010157025751
Binary11011111100110110000101000110111100010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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