#665B25

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

Shades of Costa Del Sol #665B25

Tints of Costa Del Sol #665B25

Color information

#665B25 (or 0x665B25) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5B and 25. RGB value is (102,91,37). Sum of RGB (Red+Green+Blue) = 102+91+37=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #665B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665B25 is #99A4DA. Grayscale: #585858. Windows color (decimal): -10069211 or 2448230. OLE color: 2448230.

HSL color Cylindrical-coordinate representation of color #665B25: hue angle of 49.85º 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 #665B25 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1029137-
CMYK00.110.640.6
HSL49.85º46.76%27.25%-
HSV(B)49.85º63.73%40%-
XYZ9.5510.443.26-
YUV88.1399.14137.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 91 (35.94% from 255) = 39.57%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=44.35%
G=39.57%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102913700.110.640.649.8546.7627.25
Hex665B250B403C322f1b
Octal1461334501310074625733
Binary1100110101101110010101011100000011110011001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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