#655F11

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

Shades of Costa Del Sol #655F11

Tints of Costa Del Sol #655F11

Color information

#655F11 (or 0x655F11) is unknown color: approx Costa Del Sol. HEX triplet: 65, 5F and 11. RGB value is (101,95,17). Sum of RGB (Red+Green+Blue) = 101+95+17=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #655F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655F11 is #9AA0EE. Grayscale: #585858. Windows color (decimal): -10133743 or 1138533. OLE color: 1138533.

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

Color convert

RGB1019517-
CMYK00.060.830.60
HSL55.71º71.19%23.14%-
HSV(B)55.71º83.17%39.61%-
XYZ9.5610.992.15-
YUV87.987.99137.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=47.42%
G=44.60%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101951700.060.830.6055.7171.1923.14
Hex655F1106533C384717
Octal1451372106123747010727
Binary110010110111111000101101010011111100111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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