#655F16

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

Shades of Costa Del Sol #655F16

Tints of Costa Del Sol #655F16

Color information

#655F16 (or 0x655F16) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5F and 16. RGB value is (101,95,22). Sum of RGB (Red+Green+Blue) = 101+95+22=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #655F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655F16 is #9AA0E9. Grayscale: #585858. Windows color (decimal): -10133738 or 1466213. OLE color: 1466213.

HSL color Cylindrical-coordinate representation of color #655F16: hue angle of 55.44º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #655F16 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1019522-
CMYK00.060.780.60
HSL55.44º64.23%24.12%-
HSV(B)55.44º78.22%39.61%-
XYZ9.611.012.38-
YUV88.4790.49136.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 95 (37.5% from 255) = 43.58%
BLUE value IS 22 (8.98% from 255) = 10.09%
R=46.33%
G=43.58%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101952200.060.780.6055.4464.2324.12
Hex655F16064E3C374018
Octal1451372606116746710030
Binary110010110111111011001101001110111100110111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655F16; }

 p { color: rgb(101,95,22); }

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

<style>
 a { background-color: #655F16; }

 a { background-color: rgb(101,95,22); }

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

<style>
 span { border-color: #655F16; }

 span { border-color: rgb(101,95,22); }

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