#665F10

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

Shades of Costa Del Sol #665F10

Tints of Costa Del Sol #665F10

Color information

#665F10 (or 0x665F10) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5F and 10. RGB value is (102,95,16). Sum of RGB (Red+Green+Blue) = 102+95+16=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #665F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F10 is #99A0EF. Grayscale: #585858. Windows color (decimal): -10068208 or 1072998. OLE color: 1072998.

HSL color Cylindrical-coordinate representation of color #665F10: hue angle of 55.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #665F10 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1029516-
CMYK00.070.840.6
HSL55.12º72.88%23.14%-
HSV(B)55.12º84.31%40%-
XYZ9.6711.052.11-
YUV88.0987.32137.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.89%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=47.89%
G=44.60%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102951600.070.840.655.1272.8823.14
Hex665F1007543C374917
Octal1461372007124746711127
Binary110011010111111000001111010100111100110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,95,16); }

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

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

 a { background-color: rgb(102,95,16); }

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

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

 span { border-color: rgb(102,95,16); }

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