#665E59

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

Shades of Dorado #665E59

Tints of Dorado #665E59

Color information

#665E59 (or 0x665E59) is unknown color: approx Dorado. HEX triplet: 66, 5E and 59. RGB value is (102,94,89). Sum of RGB (Red+Green+Blue) = 102+94+89=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 102 - color contains mainly: red. Hex color #665E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E59 is #99A1A6. Grayscale: #5F5F5F. Windows color (decimal): -10068391 or 5856870. OLE color: 5856870.

HSL color Cylindrical-coordinate representation of color #665E59: hue angle of 23.08º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665E59 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1029489-
CMYK00.080.130.6
HSL23.08º6.81%37.45%-
HSV(B)23.08º12.75%40%-
XYZ11.2911.5511.09-
YUV95.82124.15132.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 89 (35.16% from 255) = 31.23%
R=35.79%
G=32.98%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102948900.080.130.623.086.8137.45
Hex665E5908D3C17725
Octal146136131010157427745
Binary11001101011110101100101000110111110010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665E59; }

 p { color: rgb(102,94,89); }

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

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

 a { background-color: rgb(102,94,89); }

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

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

 span { border-color: rgb(102,94,89); }

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