#655916

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

Shades of Costa Del Sol #655916

Tints of Costa Del Sol #655916

Color information

#655916 (or 0x655916) is unknown color: approx Costa Del Sol. HEX triplet: 65, 59 and 16. RGB value is (101,89,22). Sum of RGB (Red+Green+Blue) = 101+89+22=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #655916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655916 is #9AA6E9. Grayscale: #555555. Windows color (decimal): -10135274 or 1464677. OLE color: 1464677.

HSL color Cylindrical-coordinate representation of color #655916: hue angle of 50.89º 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 #655916 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB1018922-
CMYK00.120.780.60
HSL50.89º64.23%24.12%-
HSV(B)50.89º78.22%39.61%-
XYZ9.089.972.2-
YUV84.9592.48139.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.64%
GREEN value IS 89 (35.16% from 255) = 41.98%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=47.64%
G=41.98%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101892200.120.780.6050.8964.2324.12
Hex6559160C4E3C334018
Octal14513126014116746310030
Binary1100101101100110110011001001110111100110011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655916; }

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

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

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

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

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

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

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

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