#665C05

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

Shades of Costa Del Sol #665C05

Tints of Costa Del Sol #665C05

Color information

#665C05 (or 0x665C05) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 05. RGB value is (102,92,5). Sum of RGB (Red+Green+Blue) = 102+92+5=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 92 (36.33% from 255 or 46.23% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #665C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C05 is #99A3FA. Grayscale: #555555. Windows color (decimal): -10068987 or 351334. OLE color: 351334.

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

Color convert

RGB102925-
CMYK00.100.950.6
HSL53.81º90.65%20.98%-
HSV(B)53.81º95.1%40%-
XYZ9.3310.491.68-
YUV85.0782.81140.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 92 (36.33% from 255) = 46.23%
BLUE value IS 5 (2.34% from 255) = 2.51%
R=51.26%
G=46.23%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10292500.100.950.653.8190.6520.98
Hex665C50A5F3C365b15
Octal1461345012137746613325
Binary11001101011100101010101011111111100110110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,92,5); }

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

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

 a { background-color: rgb(102,92,5); }

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

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

 span { border-color: rgb(102,92,5); }

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