#6C620C

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

Shades of Costa Del Sol #6C620C

Tints of Costa Del Sol #6C620C

Color information

#6C620C (or 0x6C620C) is unknown color: approx Costa Del Sol. HEX triplet: 6C, 62 and 0C. RGB value is (108,98,12). Sum of RGB (Red+Green+Blue) = 108+98+12=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 108 - color contains mainly: red. Hex color #6C620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C620C is #939DF3. Grayscale: #5B5B5B. Windows color (decimal): -9674228 or 811628. OLE color: 811628.

HSL color Cylindrical-coordinate representation of color #6C620C: hue angle of 53.75º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C620C is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.58.

Color convert

RGB1089812-
CMYK00.090.890.58
HSL53.75º80%23.53%-
HSV(B)53.75º88.89%42.35%-
XYZ10.6211.952.09-
YUV91.1983.31139.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.54%
GREEN value IS 98 (38.67% from 255) = 44.95%
BLUE value IS 12 (5.08% from 255) = 5.50%
R=49.54%
G=44.95%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108981200.090.890.5853.758023.53
Hex6C62C09593A365018
Octal15414214011131726612030
Binary110110011000101100010011011001111010110110101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C620C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,98,12); }

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

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

 a { background-color: rgb(108,98,12); }

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

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

 span { border-color: rgb(108,98,12); }

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