#6C5E15

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

Shades of Costa Del Sol #6C5E15

Tints of Costa Del Sol #6C5E15

Color information

#6C5E15 (or 0x6C5E15) is unknown color: approx Costa Del Sol. HEX triplet: 6C, 5E and 15. RGB value is (108,94,21). Sum of RGB (Red+Green+Blue) = 108+94+21=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5E15 is #93A1EA. Grayscale: #5A5A5A. Windows color (decimal): -9675243 or 1400428. OLE color: 1400428.

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

Color convert

RGB1089421-
CMYK00.130.810.58
HSL50.34º67.44%25.29%-
HSV(B)50.34º80.56%42.35%-
XYZ10.3211.252.34-
YUV89.8689.14140.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.43%
GREEN value IS 94 (37.11% from 255) = 42.15%
BLUE value IS 21 (8.59% from 255) = 9.42%
R=48.43%
G=42.15%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108942100.130.810.5850.3467.4425.29
Hex6C5E150D513A324319
Octal15413625015121726210331
Binary1101100101111010101011011010001111010110010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,94,21); }

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

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

 a { background-color: rgb(108,94,21); }

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

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

 span { border-color: rgb(108,94,21); }

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