#665D03

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

Shades of Costa Del Sol #665D03

Tints of Costa Del Sol #665D03

Color information

#665D03 (or 0x665D03) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5D and 03. RGB value is (102,93,3). Sum of RGB (Red+Green+Blue) = 102+93+3=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #665D03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D03 is #99A2FC. Grayscale: #555555. Windows color (decimal): -10068733 or 220518. OLE color: 220518.

HSL color Cylindrical-coordinate representation of color #665D03: hue angle of 54.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #665D03 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB102933-
CMYK00.090.970.6
HSL54.55º94.29%20.59%-
HSV(B)54.55º97.06%40%-
XYZ9.4110.661.65-
YUV85.4381.48139.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 3 (1.56% from 255) = 1.52%
R=51.52%
G=46.97%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.97
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10293300.090.970.654.5594.2920.59
Hex665D309613C375e15
Octal1461353011141746713625
Binary1100110101110111010011100001111100110111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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