#66605E

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

Shades of Dorado #66605E

Tints of Dorado #66605E

Color information

#66605E (or 0x66605E) is unknown color: approx Dorado. HEX triplet: 66, 60 and 5E. RGB value is (102,96,94). Sum of RGB (Red+Green+Blue) = 102+96+94=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 102 - color contains mainly: red. Hex color #66605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66605E is #999FA1. Grayscale: #616161. Windows color (decimal): -10067874 or 6185062. OLE color: 6185062.

HSL color Cylindrical-coordinate representation of color #66605E: hue angle of 15º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #66605E is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB1029694-
CMYK00.060.080.6
HSL15º4.08%38.43%-
HSV(B)15º7.84%40%-
XYZ11.681212.29-
YUV97.57125.99131.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 96 (37.89% from 255) = 32.88%
BLUE value IS 94 (37.11% from 255) = 32.19%
R=34.93%
G=32.88%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102969400.060.080.6154.0838.43
Hex66605E0683Cf426
Octal14614013606107417446
Binary110011011000001011110011010001111001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66605E; }

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

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

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

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

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

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

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

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