#665925

Color #665925 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #665925

Tints of Costa Del Sol #665925

Color information

#665925 (or 0x665925) is unknown color: approx Costa Del Sol. HEX triplet: 66, 59 and 25. RGB value is (102,89,37). Sum of RGB (Red+Green+Blue) = 102+89+37=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #665925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665925 is #99A6DA. Grayscale: #575757. Windows color (decimal): -10069723 or 2447718. OLE color: 2447718.

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

Color convert

RGB1028937-
CMYK00.130.640.6
HSL48º46.76%27.25%-
HSV(B)48º63.73%40%-
XYZ9.3910.13.21-
YUV86.9699.81138.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 89 (35.16% from 255) = 39.04%
BLUE value IS 37 (14.84% from 255) = 16.23%
R=44.74%
G=39.04%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102893700.130.640.64846.7627.25
Hex6659250D403C302f1b
Octal1461314501510074605733
Binary1100110101100110010101101100000011110011000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665925; }

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

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

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

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

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

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

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

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