#665B0F

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

Shades of Costa Del Sol #665B0F

Tints of Costa Del Sol #665B0F

Color information

#665B0F (or 0x665B0F) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5B and 0F. RGB value is (102,91,15). Sum of RGB (Red+Green+Blue) = 102+91+15=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 91 (35.94% from 255 or 43.75% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665B0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665B0F is #99A4F0. Grayscale: #555555. Windows color (decimal): -10069233 or 1006438. OLE color: 1006438.

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

Color convert

RGB1029115-
CMYK00.110.850.6
HSL52.41º74.36%22.94%-
HSV(B)52.41º85.29%40%-
XYZ9.3110.341.96-
YUV85.6288.14139.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 91 (35.94% from 255) = 43.75%
BLUE value IS 15 (6.25% from 255) = 7.21%
R=49.04%
G=43.75%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102911500.110.850.652.4174.3622.94
Hex665BF0B553C344a17
Octal14613317013125746411227
Binary110011010110111111010111010101111100110100100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,91,15); }

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

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

 a { background-color: rgb(102,91,15); }

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

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

 span { border-color: rgb(102,91,15); }

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