#665F26

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

Shades of Costa Del Sol #665F26

Tints of Costa Del Sol #665F26

Color information

#665F26 (or 0x665F26) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5F and 26. RGB value is (102,95,38). Sum of RGB (Red+Green+Blue) = 102+95+38=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #665F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F26 is #99A0D9. Grayscale: #5A5A5A. Windows color (decimal): -10068186 or 2514790. OLE color: 2514790.

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

Color convert

RGB1029538-
CMYK00.070.630.6
HSL53.44º45.71%27.45%-
HSV(B)53.44º62.75%40%-
XYZ9.9211.153.46-
YUV90.5998.32136.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 95 (37.5% from 255) = 40.43%
BLUE value IS 38 (15.23% from 255) = 16.17%
R=43.40%
G=40.43%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102953800.070.630.653.4445.7127.45
Hex665F26073F3C352e1b
Octal14613746077774655633
Binary11001101011111100110011111111111110011010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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