#665A27

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

Shades of Costa Del Sol #665A27

Tints of Costa Del Sol #665A27

Color information

#665A27 (or 0x665A27) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5A and 27. RGB value is (102,90,39). Sum of RGB (Red+Green+Blue) = 102+90+39=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #665A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A27 is #99A5D8. Grayscale: #575757. Windows color (decimal): -10069465 or 2579046. OLE color: 2579046.

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

Color convert

RGB1029039-
CMYK00.120.620.6
HSL48.57º44.68%27.65%-
HSV(B)48.57º61.76%40%-
XYZ9.510.283.4-
YUV87.77100.48138.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.16%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=44.16%
G=38.96%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102903900.120.620.648.5744.6827.65
Hex665A270C3E3C312d1c
Octal146132470147674615534
Binary110011010110101001110110011111011110011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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