#6C6313

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

Shades of Costa Del Sol #6C6313

Tints of Costa Del Sol #6C6313

Color information

#6C6313 (or 0x6C6313) is unknown color: approx Costa Del Sol. HEX triplet: 6C, 63 and 13. RGB value is (108,99,19). Sum of RGB (Red+Green+Blue) = 108+99+19=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6313 is #939CEC. Grayscale: #5C5C5C. Windows color (decimal): -9673965 or 1270636. OLE color: 1270636.

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

Color convert

RGB1089919-
CMYK00.080.820.58
HSL53.93º70.08%24.9%-
HSV(B)53.93º82.41%42.35%-
XYZ10.7612.162.4-
YUV92.5786.48139-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.79%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=47.79%
G=43.81%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108991900.080.820.5853.9370.0824.9
Hex6C631308523A364619
Octal15414323010122726610631
Binary1101100110001110011010001010010111010110110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,99,19); }

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

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

 a { background-color: rgb(108,99,19); }

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

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

 span { border-color: rgb(108,99,19); }

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