#685F33

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

Shades of Costa Del Sol #685F33

Tints of Costa Del Sol #685F33

Color information

#685F33 (or 0x685F33) is unknown color: approx Costa Del Sol. HEX triplet: 68, 5F and 33. RGB value is (104,95,51). Sum of RGB (Red+Green+Blue) = 104+95+51=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #685F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F33 is #97A0CC. Grayscale: #5C5C5C. Windows color (decimal): -9937101 or 3366760. OLE color: 3366760.

HSL color Cylindrical-coordinate representation of color #685F33: hue angle of 49.81º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685F33 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1049551-
CMYK00.090.510.59
HSL49.81º34.19%30.39%-
HSV(B)49.81º50.96%40.78%-
XYZ10.411.374.78-
YUV92.67104.48136.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.6%
GREEN value IS 95 (37.5% from 255) = 38%
BLUE value IS 51 (20.31% from 255) = 20.4%
R=41.6%
G=38%
B=20.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104955100.090.510.5949.8134.1930.39
Hex685F3309333B32221e
Octal150137630116373624236
Binary110100010111111100110100111001111101111001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,95,51); }

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

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

 a { background-color: rgb(104,95,51); }

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

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

 span { border-color: rgb(104,95,51); }

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