#6C5F11

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

Shades of Costa Del Sol #6C5F11

Tints of Costa Del Sol #6C5F11

Color information

#6C5F11 (or 0x6C5F11) is unknown color: approx Costa Del Sol. HEX triplet: 6C, 5F and 11. RGB value is (108,95,17). Sum of RGB (Red+Green+Blue) = 108+95+17=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5F11 is #93A0EE. Grayscale: #5A5A5A. Windows color (decimal): -9674991 or 1138540. OLE color: 1138540.

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

Color convert

RGB1089517-
CMYK00.120.840.58
HSL51.43º72.8%24.51%-
HSV(B)51.43º84.26%42.35%-
XYZ10.3811.412.19-
YUV89.9986.81140.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.09%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 17 (7.03% from 255) = 7.73%
R=49.09%
G=43.18%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108951700.120.840.5851.4372.824.51
Hex6C5F110C543A334919
Octal15413721014124726311131
Binary1101100101111110001011001010100111010110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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