#6D5F15

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

Shades of Costa Del Sol #6D5F15

Tints of Costa Del Sol #6D5F15

Color information

#6D5F15 (or 0x6D5F15) is unknown color: approx Costa Del Sol. HEX triplet: 6D, 5F and 15. RGB value is (109,95,21). Sum of RGB (Red+Green+Blue) = 109+95+21=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D5F15 is #92A0EA. Grayscale: #5B5B5B. Windows color (decimal): -9609451 or 1400685. OLE color: 1400685.

HSL color Cylindrical-coordinate representation of color #6D5F15: hue angle of 50.45º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D5F15 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.57.

Color convert

RGB1099521-
CMYK00.130.810.57
HSL50.45º67.69%25.49%-
HSV(B)50.45º80.73%42.75%-
XYZ10.5311.492.37-
YUV90.7588.64141.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.44%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 21 (8.59% from 255) = 9.33%
R=48.44%
G=42.22%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109952100.130.810.5750.4567.6925.49
Hex6D5F150D5139324419
Octal15513725015121716210431
Binary1101101101111110101011011010001111001110010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D5F15; }

 p { color: rgb(109,95,21); }

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

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

 a { background-color: rgb(109,95,21); }

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

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

 span { border-color: rgb(109,95,21); }

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