#665D27

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

Shades of Costa Del Sol #665D27

Tints of Costa Del Sol #665D27

Color information

#665D27 (or 0x665D27) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5D and 27. RGB value is (102,93,39). Sum of RGB (Red+Green+Blue) = 102+93+39=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #665D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D27 is #99A2D8. Grayscale: #595959. Windows color (decimal): -10068697 or 2579814. OLE color: 2579814.

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

Color convert

RGB1029339-
CMYK00.090.620.6
HSL51.43º44.68%27.65%-
HSV(B)51.43º61.76%40%-
XYZ9.7610.83.49-
YUV89.5499.48136.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=43.59%
G=39.74%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102933900.090.620.651.4344.6827.65
Hex665D27093E3C332d1c
Octal146135470117674635534
Binary110011010111011001110100111111011110011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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