#696664

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

Shades of Dorado #696664

Tints of Dorado #696664

Color information

#696664 (or 0x696664) is unknown color: approx Dorado. HEX triplet: 69, 66 and 64. RGB value is (105,102,100). Sum of RGB (Red+Green+Blue) = 105+102+100=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 105 - color contains mainly: red. Hex color #696664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696664 is #96999B. Grayscale: #666666. Windows color (decimal): -9869724 or 6579817. OLE color: 6579817.

HSL color Cylindrical-coordinate representation of color #696664: hue angle of 24º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696664 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB105102100-
CMYK00.030.050.59
HSL24º2.44%40.2%-
HSV(B)24º4.76%41.18%-
XYZ12.8813.4313.97-
YUV102.67126.49129.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 102 (40.23% from 255) = 33.22%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=34.20%
G=33.22%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510210000.030.050.59242.4440.2
Hex6966640353B18228
Octal1511461440357330250
Binary1101001110011011001000111011110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696664; }

 p { color: rgb(105,102,100); }

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

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

 a { background-color: rgb(105,102,100); }

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

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

 span { border-color: rgb(105,102,100); }

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