#665C0F

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

Shades of Costa Del Sol #665C0F

Tints of Costa Del Sol #665C0F

Color information

#665C0F (or 0x665C0F) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5C and 0F. RGB value is (102,92,15). Sum of RGB (Red+Green+Blue) = 102+92+15=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 92 (36.33% from 255 or 44.02% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #665C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C0F is #99A3F0. Grayscale: #565656. Windows color (decimal): -10068977 or 1006694. OLE color: 1006694.

HSL color Cylindrical-coordinate representation of color #665C0F: hue angle of 53.1º 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 #665C0F is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1029215-
CMYK00.100.850.6
HSL53.1º74.36%22.94%-
HSV(B)53.1º85.29%40%-
XYZ9.3910.511.99-
YUV86.2187.81139.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 92 (36.33% from 255) = 44.02%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=48.80%
G=44.02%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102921500.100.850.653.174.3622.94
Hex665CF0A553C354a17
Octal14613417012125746511227
Binary110011010111001111010101010101111100110101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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