#665955

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

Shades of Dorado #665955

Tints of Dorado #665955

Color information

#665955 (or 0x665955) is unknown color: approx Dorado. HEX triplet: 66, 59 and 55. RGB value is (102,89,85). Sum of RGB (Red+Green+Blue) = 102+89+85=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665955 is #99A6AA. Grayscale: #5C5C5C. Windows color (decimal): -10069675 or 5593446. OLE color: 5593446.

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

Color convert

RGB1028985-
CMYK00.130.170.6
HSL14.12º9.09%36.67%-
HSV(B)14.12º16.67%40%-
XYZ10.6910.6310.08-
YUV92.43123.81134.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=36.96%
G=32.25%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102898500.130.170.614.129.0936.67
Hex6659550D113Ce925
Octal1461311250152174161145
Binary110011010110011010101011011000111110011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665955; }

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

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

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

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

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

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

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

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