#665E08

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

Shades of Costa Del Sol #665E08

Tints of Costa Del Sol #665E08

Color information

#665E08 (or 0x665E08) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5E and 08. RGB value is (102,94,8). Sum of RGB (Red+Green+Blue) = 102+94+8=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 94 (37.11% from 255 or 46.08% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #665E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665E08 is #99A1F7. Grayscale: #565656. Windows color (decimal): -10068472 or 548454. OLE color: 548454.

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

Color convert

RGB102948-
CMYK00.080.920.6
HSL54.89º85.45%21.57%-
HSV(B)54.89º92.16%40%-
XYZ9.5310.851.82-
YUV86.5983.65138.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 94 (37.11% from 255) = 46.08%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=50%
G=46.08%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10294800.080.920.654.8985.4521.57
Hex665E8085C3C375516
Octal14613610010134746712526
Binary110011010111101000010001011100111100110111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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