#685C0C

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

Shades of Costa Del Sol #685C0C

Tints of Costa Del Sol #685C0C

Color information

#685C0C (or 0x685C0C) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5C and 0C. RGB value is (104,92,12). Sum of RGB (Red+Green+Blue) = 104+92+12=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C0C is #97A3F3. Grayscale: #565656. Windows color (decimal): -9937908 or 810088. OLE color: 810088.

HSL color Cylindrical-coordinate representation of color #685C0C: hue angle of 52.17º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #685C0C is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1049212-
CMYK00.120.880.59
HSL52.17º79.31%22.75%-
HSV(B)52.17º88.46%40.78%-
XYZ9.610.621.89-
YUV86.4785.98140.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=50%
G=44.23%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104921200.120.880.5952.1779.3122.75
Hex685CC0C583B344f17
Octal15013414014130736411727
Binary110100010111001100011001011000111011110100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685C0C; }

 p { color: rgb(104,92,12); }

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

<style>
 a { background-color: #685C0C; }

 a { background-color: rgb(104,92,12); }

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

<style>
 span { border-color: #685C0C; }

 span { border-color: rgb(104,92,12); }

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