#66605C

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

Shades of Dorado #66605C

Tints of Dorado #66605C

Color information

#66605C (or 0x66605C) is unknown color: approx Dorado. HEX triplet: 66, 60 and 5C. RGB value is (102,96,92). Sum of RGB (Red+Green+Blue) = 102+96+92=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #66605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66605C is #999FA3. Grayscale: #616161. Windows color (decimal): -10067876 or 6053990. OLE color: 6053990.

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

Color convert

RGB1029692-
CMYK00.060.100.6
HSL24º5.15%38.04%-
HSV(B)24º9.8%40%-
XYZ11.5911.9611.82-
YUV97.34124.99131.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 96 (37.89% from 255) = 33.10%
BLUE value IS 92 (36.33% from 255) = 31.72%
R=35.17%
G=33.10%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102969200.060.100.6245.1538.04
Hex66605C06A3C18526
Octal14614013406127430546
Binary1100110110000010111000110101011110011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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