#665F04

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

Shades of Costa Del Sol #665F04

Tints of Costa Del Sol #665F04

Color information

#665F04 (or 0x665F04) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5F and 04. RGB value is (102,95,4). Sum of RGB (Red+Green+Blue) = 102+95+4=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #665F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F04 is #99A0FB. Grayscale: #575757. Windows color (decimal): -10068220 or 286566. OLE color: 286566.

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

Color convert

RGB102954-
CMYK00.070.960.6
HSL55.71º92.45%20.78%-
HSV(B)55.71º96.08%40%-
XYZ9.5911.021.74-
YUV86.7281.32138.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 95 (37.5% from 255) = 47.26%
BLUE value IS 4 (1.95% from 255) = 1.99%
R=50.75%
G=47.26%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10295400.070.960.655.7192.4520.78
Hex665F407603C385c15
Octal146137407140747013425
Binary1100110101111110001111100000111100111000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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