#665A2F

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

Shades of Costa Del Sol #665A2F

Tints of Costa Del Sol #665A2F

Color information

#665A2F (or 0x665A2F) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5A and 2F. RGB value is (102,90,47). Sum of RGB (Red+Green+Blue) = 102+90+47=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #665A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A2F is #99A5D0. Grayscale: #585858. Windows color (decimal): -10069457 or 3103334. OLE color: 3103334.

HSL color Cylindrical-coordinate representation of color #665A2F: hue angle of 46.91º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #665A2F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1029047-
CMYK00.120.540.6
HSL46.91º36.91%29.22%-
HSV(B)46.91º53.92%40%-
XYZ9.6510.344.18-
YUV88.69104.48137.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=42.68%
G=37.66%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102904700.120.540.646.9136.9129.22
Hex665A2F0C363C2f251d
Octal146132570146674574535
Binary110011010110101011110110011011011110010111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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