#6C5E16

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

Shades of Costa Del Sol #6C5E16

Tints of Costa Del Sol #6C5E16

Color information

#6C5E16 (or 0x6C5E16) is unknown color: approx Costa Del Sol. HEX triplet: 6C, 5E and 16. RGB value is (108,94,22). Sum of RGB (Red+Green+Blue) = 108+94+22=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C5E16 is #93A1E9. Grayscale: #5A5A5A. Windows color (decimal): -9675242 or 1465964. OLE color: 1465964.

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

Color convert

RGB1089422-
CMYK00.130.800.58
HSL50.23º66.15%25.49%-
HSV(B)50.23º79.63%42.35%-
XYZ10.3311.252.39-
YUV89.9889.64140.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.21%
GREEN value IS 94 (37.11% from 255) = 41.96%
BLUE value IS 22 (8.98% from 255) = 9.82%
R=48.21%
G=41.96%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.80
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108942200.130.800.5850.2366.1525.49
Hex6C5E160D503A324219
Octal15413626015120726210231
Binary1101100101111010110011011010000111010110010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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