#655E16

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

Shades of Costa Del Sol #655E16

Tints of Costa Del Sol #655E16

Color information

#655E16 (or 0x655E16) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5E and 16. RGB value is (101,94,22). Sum of RGB (Red+Green+Blue) = 101+94+22=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #655E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655E16 is #9AA1E9. Grayscale: #585858. Windows color (decimal): -10133994 or 1465957. OLE color: 1465957.

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

Color convert

RGB1019422-
CMYK00.070.780.60
HSL54.68º64.23%24.12%-
HSV(B)54.68º78.22%39.61%-
XYZ9.5110.832.35-
YUV87.8890.82137.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 22 (8.98% from 255) = 10.14%
R=46.54%
G=43.32%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.78
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101942200.070.780.6054.6864.2324.12
Hex655E16074E3C374018
Octal1451362607116746710030
Binary110010110111101011001111001110111100110111100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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