#665E10

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

Shades of Costa Del Sol #665E10

Tints of Costa Del Sol #665E10

Color information

#665E10 (or 0x665E10) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5E and 10. RGB value is (102,94,16). Sum of RGB (Red+Green+Blue) = 102+94+16=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665E10 is #99A1EF. Grayscale: #575757. Windows color (decimal): -10068464 or 1072742. OLE color: 1072742.

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

Color convert

RGB1029416-
CMYK00.080.840.6
HSL54.42º72.88%23.14%-
HSV(B)54.42º84.31%40%-
XYZ9.5810.872.08-
YUV87.587.65138.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 94 (37.11% from 255) = 44.34%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=48.11%
G=44.34%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102941600.080.840.654.4272.8823.14
Hex665E1008543C364917
Octal14613620010124746611127
Binary1100110101111010000010001010100111100110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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