#655C16

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

Shades of Costa Del Sol #655C16

Tints of Costa Del Sol #655C16

Color information

#655C16 (or 0x655C16) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5C and 16. RGB value is (101,92,22). Sum of RGB (Red+Green+Blue) = 101+92+22=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #655C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C16 is #9AA3E9. Grayscale: #565656. Windows color (decimal): -10134506 or 1465445. OLE color: 1465445.

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

Color convert

RGB1019222-
CMYK00.090.780.60
HSL53.16º64.23%24.12%-
HSV(B)53.16º78.22%39.61%-
XYZ9.3410.482.29-
YUV86.7191.48138.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 92 (36.33% from 255) = 42.79%
BLUE value IS 22 (8.98% from 255) = 10.23%
R=46.98%
G=42.79%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101922200.090.780.6053.1664.2324.12
Hex655C16094E3C354018
Octal14513426011116746510030
Binary1100101101110010110010011001110111100110101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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