#656015

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

Shades of Costa Del Sol #656015

Tints of Costa Del Sol #656015

Color information

#656015 (or 0x656015) is unknown color: approx Costa Del Sol. HEX triplet: 65, 60 and 15. RGB value is (101,96,21). Sum of RGB (Red+Green+Blue) = 101+96+21=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #656015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #656015 is #9A9FEA. Grayscale: #595959. Windows color (decimal): -10133483 or 1400933. OLE color: 1400933.

HSL color Cylindrical-coordinate representation of color #656015: hue angle of 56.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #656015 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB1019621-
CMYK00.050.790.60
HSL56.25º65.57%23.92%-
HSV(B)56.25º79.21%39.61%-
XYZ9.6911.192.36-
YUV88.9489.66136.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 21 (8.59% from 255) = 9.63%
R=46.33%
G=44.04%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101962100.050.790.6056.2565.5723.92
Hex656015054F3C384218
Octal1451402505117747010230
Binary110010111000001010101011001111111100111000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656015; }

 p { color: rgb(101,96,21); }

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

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

 a { background-color: rgb(101,96,21); }

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

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

 span { border-color: rgb(101,96,21); }

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