#665D25

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

Shades of Costa Del Sol #665D25

Tints of Costa Del Sol #665D25

Color information

#665D25 (or 0x665D25) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5D and 25. RGB value is (102,93,37). Sum of RGB (Red+Green+Blue) = 102+93+37=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #665D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D25 is #99A2DA. Grayscale: #595959. Windows color (decimal): -10068699 or 2448742. OLE color: 2448742.

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

Color convert

RGB1029337-
CMYK00.090.640.6
HSL51.69º46.76%27.25%-
HSV(B)51.69º63.73%40%-
XYZ9.7310.793.32-
YUV89.3198.48137.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 93 (36.72% from 255) = 40.09%
BLUE value IS 37 (14.84% from 255) = 15.95%
R=43.97%
G=40.09%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102933700.090.640.651.6946.7627.25
Hex665D2509403C342f1b
Octal1461354501110074645733
Binary1100110101110110010101001100000011110011010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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