#665F27

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

Shades of Costa Del Sol #665F27

Tints of Costa Del Sol #665F27

Color information

#665F27 (or 0x665F27) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5F and 27. RGB value is (102,95,39). Sum of RGB (Red+Green+Blue) = 102+95+39=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #665F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665F27 is #99A0D8. Grayscale: #5A5A5A. Windows color (decimal): -10068185 or 2580326. OLE color: 2580326.

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

Color convert

RGB1029539-
CMYK00.070.620.6
HSL53.33º44.68%27.65%-
HSV(B)53.33º61.76%40%-
XYZ9.9411.163.55-
YUV90.7198.82136.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=43.22%
G=40.25%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102953900.070.620.653.3344.6827.65
Hex665F27073E3C352d1c
Octal14613747077674655534
Binary11001101011111100111011111111011110011010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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