#665C58

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

Shades of Dorado #665C58

Tints of Dorado #665C58

Color information

#665C58 (or 0x665C58) is unknown color: approx Dorado. HEX triplet: 66, 5C and 58. RGB value is (102,92,88). Sum of RGB (Red+Green+Blue) = 102+92+88=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665C58 is #99A3A7. Grayscale: #5E5E5E. Windows color (decimal): -10068904 or 5790822. OLE color: 5790822.

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

Color convert

RGB1029288-
CMYK00.100.140.6
HSL17.14º7.37%37.25%-
HSV(B)17.14º13.73%40%-
XYZ11.0711.1810.81-
YUV94.53124.31133.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=36.17%
G=32.62%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102928800.100.140.617.147.3737.25
Hex665C580AE3C11725
Octal146134130012167421745
Binary11001101011100101100001010111011110010001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,92,88); }

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

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

 a { background-color: rgb(102,92,88); }

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

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

 span { border-color: rgb(102,92,88); }

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