#686133

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

Shades of Costa Del Sol #686133

Tints of Costa Del Sol #686133

Color information

#686133 (or 0x686133) is unknown color: approx Costa Del Sol. HEX triplet: 68, 61 and 33. RGB value is (104,97,51). Sum of RGB (Red+Green+Blue) = 104+97+51=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #686133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686133 is #979ECC. Grayscale: #5E5E5E. Windows color (decimal): -9936589 or 3367272. OLE color: 3367272.

HSL color Cylindrical-coordinate representation of color #686133: hue angle of 52.08º 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 #686133 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1049751-
CMYK00.070.510.59
HSL52.08º34.19%30.39%-
HSV(B)52.08º50.96%40.78%-
XYZ10.5811.734.84-
YUV93.85103.82135.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=41.27%
G=38.49%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104975100.070.510.5952.0834.1930.39
Hex68613307333B34221e
Octal15014163076373644236
Binary11010001100001110011011111001111101111010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686133; }

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

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

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

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

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

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

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

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